Html Css Color HEX #B22329 Cardinal

📋 copy color: '#B22329'

red 178 ◦ green 35 ◦ blue 41

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

Shades of Cardinal #B22329

Tints of Cardinal #B22329

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.78%

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

R = 70.08%
G = 13.78%
B = 16.14%

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

#B22329 (or 0xB22329) is known color: Cardinal. HEX triplet: B2, 23 and 29. RGB value is (178,35,41). Sum of RGB (Red+Green+Blue) = 178+35+41=254 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.08% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 178 - color contains mainly: red. Hex color #B22329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22329 is #4DDCD6. Grayscale: #4E4E4E. Windows color (decimal): -5102807 or 2696114. OLE color: 2696114.

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

Color convert

RGB 178 35 41 -
CMYK 0 0.80 0.77 0.30
HSL 357.48º 0.67% 0.42% -
HSV(B) 357.48º 0.8% 0.7% -
XYZ 19.36 10.83 3.17 -
YUV 78.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 178 35 41 0 0.80 0.77 0.30 357.48 0.67 0.42
Hex B2 23 29 0 50 4D 1E 165 43 2A
Octal 262 43 51 0 120 115 36 545 103 52
Binary 10110010 100011 101001 0 1010000 1001101 11110 101100101 1000011 101010

Color Harmonies of #B22329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22329

Black with #B22329

Text Example


Text Example

White with #B22329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22329; }

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

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

background-color css

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

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

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

border-color css

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

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

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