Html Css Color HEX #B32029 Cardinal

📋 copy color: '#B32029'

red 179 ◦ green 32 ◦ blue 41

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

Shades of Cardinal #B32029

Tints of Cardinal #B32029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.7%

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

R = 71.03%
G = 12.7%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B32029 (or 0xB32029) is known color: Cardinal. HEX triplet: B3, 20 and 29. RGB value is (179,32,41). Sum of RGB (Red+Green+Blue) = 179+32+41=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B32029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32029 is #4CDFD6. Grayscale: #4D4D4D. Windows color (decimal): -5038039 or 2695347. OLE color: 2695347.

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

Color convert

RGB 179 32 41 -
CMYK 0 0.82 0.77 0.30
HSL 356.33º 0.7% 0.41% -
HSV(B) 356.33º 0.82% 0.7% -
XYZ 19.51 10.78 3.15 -
YUV 76.98 107.7 200.77 -
System Red Green Blue C M Y K H S L
Decimal 179 32 41 0 0.82 0.77 0.30 356.33 0.7 0.41
Hex B3 20 29 0 52 4D 1E 164 46 29
Octal 263 40 51 0 122 115 36 544 106 51
Binary 10110011 100000 101001 0 1010010 1001101 11110 101100100 1000110 101001

Color Harmonies of #B32029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32029

Black with #B32029

Text Example


Text Example

White with #B32029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32029; }

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

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

background-color css

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

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

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

border-color css

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

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

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