Html Css Color HEX #B32429 Cardinal

📋 copy color: '#B32429'

red 179 ◦ green 36 ◦ blue 41

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

Shades of Cardinal #B32429

Tints of Cardinal #B32429

RGB

 RED value IS 179 (70.31% from 255) = 69.92%

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

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

R = 69.92%
G = 14.06%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B32429 (or 0xB32429) is known color: Cardinal. HEX triplet: B3, 24 and 29. RGB value is (179,36,41). Sum of RGB (Red+Green+Blue) = 179+36+41=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B32429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32429 is #4CDBD6. Grayscale: #4F4F4F. Windows color (decimal): -5037015 or 2696371. OLE color: 2696371.

HSL color Cylindrical-coordinate representation of color #B32429: hue angle of 357.9º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32429 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 36 41 -
CMYK 0 0.80 0.77 0.30
HSL 357.9º 0.67% 0.42% -
HSV(B) 357.9º 0.8% 0.7% -
XYZ 19.62 11.01 3.19 -
YUV 79.33 106.38 199.09 -
System Red Green Blue C M Y K H S L
Decimal 179 36 41 0 0.80 0.77 0.30 357.9 0.67 0.42
Hex B3 24 29 0 50 4D 1E 166 43 2A
Octal 263 44 51 0 120 115 36 546 103 52
Binary 10110011 100100 101001 0 1010000 1001101 11110 101100110 1000011 101010

Color Harmonies of #B32429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32429

Black with #B32429

Text Example


Text Example

White with #B32429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32429; }

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

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

background-color css

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

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

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

border-color css

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

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

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