Html Css Color HEX #B32229 Cardinal

📋 copy color: '#B32229'

red 179 ◦ green 34 ◦ blue 41

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

Shades of Cardinal #B32229

Tints of Cardinal #B32229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.39%

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

R = 70.47%
G = 13.39%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B32229 (or 0xB32229) is known color: Cardinal. HEX triplet: B3, 22 and 29. RGB value is (179,34,41). Sum of RGB (Red+Green+Blue) = 179+34+41=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B32229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32229 is #4CDDD6. Grayscale: #4E4E4E. Windows color (decimal): -5037527 or 2695859. OLE color: 2695859.

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

Color convert

RGB 179 34 41 -
CMYK 0 0.81 0.77 0.30
HSL 357.1º 0.68% 0.42% -
HSV(B) 357.1º 0.81% 0.7% -
XYZ 19.56 10.89 3.17 -
YUV 78.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 179 34 41 0 0.81 0.77 0.30 357.1 0.68 0.42
Hex B3 22 29 0 51 4D 1E 165 44 2A
Octal 263 42 51 0 121 115 36 545 104 52
Binary 10110011 100010 101001 0 1010001 1001101 11110 101100101 1000100 101010

Color Harmonies of #B32229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32229

Black with #B32229

Text Example


Text Example

White with #B32229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32229; }

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

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

background-color css

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

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

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

border-color css

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

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

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