Html Css Color HEX #B02434 Cardinal

📋 copy color: '#B02434'

red 176 ◦ green 36 ◦ blue 52

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

Shades of Cardinal #B02434

Tints of Cardinal #B02434

RGB

 RED value IS 176 (69.14% from 255) = 66.67%

 GREEN value IS 36 (14.45% from 255) = 13.64%

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 66.67%
G = 13.64%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B02434 (or 0xB02434) is known color: Cardinal. HEX triplet: B0, 24 and 34. RGB value is (176,36,52). Sum of RGB (Red+Green+Blue) = 176+36+52=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B02434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02434 is #4FDBCB. Grayscale: #4F4F4F. Windows color (decimal): -5233612 or 3417264. OLE color: 3417264.

HSL color Cylindrical-coordinate representation of color #B02434: hue angle of 353.14º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02434 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 52 -
CMYK 0 0.80 0.70 0.31
HSL 353.14º 0.66% 0.42% -
HSV(B) 353.14º 0.8% 0.69% -
XYZ 19.16 10.74 4.31 -
YUV 79.68 112.38 196.7 -
System Red Green Blue C M Y K H S L
Decimal 176 36 52 0 0.80 0.70 0.31 353.14 0.66 0.42
Hex B0 24 34 0 50 46 1F 161 42 2A
Octal 260 44 64 0 120 106 37 541 102 52
Binary 10110000 100100 110100 0 1010000 1000110 11111 101100001 1000010 101010

Color Harmonies of #B02434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02434

Black with #B02434

Text Example


Text Example

White with #B02434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02434; }

 p { color: rgb(176,36,52); }

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

background-color css

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

 a { background-color: rgb(176,36,52); }

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

border-color css

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

 span { border-color: rgb(176,36,52); }

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