Html Css Color HEX #B22029 Cardinal

📋 copy color: '#B22029'

red 178 ◦ green 32 ◦ blue 41

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

Shades of Cardinal #B22029

Tints of Cardinal #B22029

RGB

 RED value IS 178 (69.92% from 255) = 70.92%

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

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

R = 70.92%
G = 12.75%
B = 16.33%

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

#B22029 (or 0xB22029) is known color: Cardinal. HEX triplet: B2, 20 and 29. RGB value is (178,32,41). Sum of RGB (Red+Green+Blue) = 178+32+41=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B22029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22029 is #4DDFD6. Grayscale: #4C4C4C. Windows color (decimal): -5103575 or 2695346. OLE color: 2695346.

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

Color convert

RGB 178 32 41 -
CMYK 0 0.82 0.77 0.30
HSL 356.3º 0.7% 0.41% -
HSV(B) 356.3º 0.82% 0.7% -
XYZ 19.28 10.66 3.14 -
YUV 76.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 178 32 41 0 0.82 0.77 0.30 356.3 0.7 0.41
Hex B2 20 29 0 52 4D 1E 164 46 29
Octal 262 40 51 0 122 115 36 544 106 51
Binary 10110010 100000 101001 0 1010010 1001101 11110 101100100 1000110 101001

Color Harmonies of #B22029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22029

Black with #B22029

Text Example


Text Example

White with #B22029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22029; }

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

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

background-color css

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

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

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

border-color css

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

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

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