Html Css Color HEX #BE1A38 Cardinal

📋 copy color: '#BE1A38'

red 190 ◦ green 26 ◦ blue 56

#BE1A38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BE1A38

Tints of Cardinal #BE1A38

RGB

 RED value IS 190 (74.61% from 255) = 69.85%

 GREEN value IS 26 (10.55% from 255) = 9.56%

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 69.85%
G = 9.56%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE1A38 (or 0xBE1A38) is known color: Cardinal. HEX triplet: BE, 1A and 38. RGB value is (190,26,56). Sum of RGB (Red+Green+Blue) = 190+26+56=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A38 is #41E5C7. Grayscale: #4E4E4E. Windows color (decimal): -4318664 or 3676862. OLE color: 3676862.

HSL color Cylindrical-coordinate representation of color #BE1A38: hue angle of 349.02º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A38 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 26 56 -
CMYK 0 0.86 0.71 0.25
HSL 349.02º 0.76% 0.42% -
HSV(B) 349.02º 0.86% 0.75% -
XYZ 22.32 11.97 4.88 -
YUV 78.46 115.33 207.56 -
System Red Green Blue C M Y K H S L
Decimal 190 26 56 0 0.86 0.71 0.25 349.02 0.76 0.42
Hex BE 1A 38 0 56 47 19 15D 4C 2A
Octal 276 32 70 0 126 107 31 535 114 52
Binary 10111110 11010 111000 0 1010110 1000111 11001 101011101 1001100 101010

Color Harmonies of #BE1A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A38

Black with #BE1A38

Text Example


Text Example

White with #BE1A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A38; }

 p { color: rgb(190,26,56); }

 H1.HeaderClassName
 {
   color: #BE1A38;
 }
 .AnyTagClassName
 {
   color: #BE1A38;
 }
</style>

background-color css

<style>
 a { background-color: #BE1A38; }

 a { background-color: rgb(190,26,56); }

 div.DivClassName
 {
   background-color: #BE1A38;
 }
 .BgClassName
 {
   background-color: #BE1A38;
 }
</style>

border-color css

<style>
 span { border-color: #BE1A38; }

 span { border-color: rgb(190,26,56); }

 td.TdClassName
 {
   border-color: #BE1A38;
 }
 .TagClassName
 {
   border-color: #BE1A38;
 }
</style>