Html Css Color HEX #B02429 Cardinal

📋 copy color: '#B02429'

red 176 ◦ green 36 ◦ blue 41

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

Shades of Cardinal #B02429

Tints of Cardinal #B02429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 69.57%
G = 14.23%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B02429 (or 0xB02429) is known color: Cardinal. HEX triplet: B0, 24 and 29. RGB value is (176,36,41). Sum of RGB (Red+Green+Blue) = 176+36+41=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B02429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02429 is #4FDBD6. Grayscale: #4E4E4E. Windows color (decimal): -5233623 or 2696368. OLE color: 2696368.

HSL color Cylindrical-coordinate representation of color #B02429: hue angle of 357.86º 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 #B02429 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 36 41 -
CMYK 0 0.80 0.77 0.31
HSL 357.86º 0.66% 0.42% -
HSV(B) 357.86º 0.8% 0.69% -
XYZ 18.94 10.65 3.16 -
YUV 78.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 176 36 41 0 0.80 0.77 0.31 357.86 0.66 0.42
Hex B0 24 29 0 50 4D 1F 166 42 2A
Octal 260 44 51 0 120 115 37 546 102 52
Binary 10110000 100100 101001 0 1010000 1001101 11111 101100110 1000010 101010

Color Harmonies of #B02429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02429

Black with #B02429

Text Example


Text Example

White with #B02429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02429; }

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

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

background-color css

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

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

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

border-color css

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

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

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