Html Css Color HEX #BE1432 Cardinal

📋 copy color: '#BE1432'

red 190 ◦ green 20 ◦ blue 50

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

Shades of Cardinal #BE1432

Tints of Cardinal #BE1432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 73.08%
G = 7.69%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE1432 (or 0xBE1432) is known color: Cardinal. HEX triplet: BE, 14 and 32. RGB value is (190,20,50). Sum of RGB (Red+Green+Blue) = 190+20+50=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1432 is #41EBCD. Grayscale: #4A4A4A. Windows color (decimal): -4320206 or 3282110. OLE color: 3282110.

HSL color Cylindrical-coordinate representation of color #BE1432: hue angle of 349.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1432 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 20 50 -
CMYK 0 0.89 0.74 0.25
HSL 349.41º 0.81% 0.41% -
HSV(B) 349.41º 0.89% 0.75% -
XYZ 22.06 11.68 4.11 -
YUV 74.25 114.32 210.56 -
System Red Green Blue C M Y K H S L
Decimal 190 20 50 0 0.89 0.74 0.25 349.41 0.81 0.41
Hex BE 14 32 0 59 4A 19 15D 51 29
Octal 276 24 62 0 131 112 31 535 121 51
Binary 10111110 10100 110010 0 1011001 1001010 11001 101011101 1010001 101001

Color Harmonies of #BE1432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1432

Black with #BE1432

Text Example


Text Example

White with #BE1432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1432; }

 p { color: rgb(190,20,50); }

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

background-color css

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

 a { background-color: rgb(190,20,50); }

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

border-color css

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

 span { border-color: rgb(190,20,50); }

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