Html Css Color HEX #B22426 Cardinal

📋 copy color: '#B22426'

red 178 ◦ green 36 ◦ blue 38

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

Shades of Cardinal #B22426

Tints of Cardinal #B22426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.08%

R = 70.63%
G = 14.29%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B22426 (or 0xB22426) is known color: Cardinal. HEX triplet: B2, 24 and 26. RGB value is (178,36,38). Sum of RGB (Red+Green+Blue) = 178+36+38=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B22426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22426 is #4DDBD9. Grayscale: #4E4E4E. Windows color (decimal): -5102554 or 2499762. OLE color: 2499762.

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

Color convert

RGB 178 36 38 -
CMYK 0 0.80 0.79 0.30
HSL 359.15º 0.66% 0.42% -
HSV(B) 359.15º 0.8% 0.7% -
XYZ 19.34 10.87 2.91 -
YUV 78.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 178 36 38 0 0.80 0.79 0.30 359.15 0.66 0.42
Hex B2 24 26 0 50 4F 1E 167 42 2A
Octal 262 44 46 0 120 117 36 547 102 52
Binary 10110010 100100 100110 0 1010000 1001111 11110 101100111 1000010 101010

Color Harmonies of #B22426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22426

Black with #B22426

Text Example


Text Example

White with #B22426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22426; }

 p { color: rgb(178,36,38); }

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

background-color css

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

 a { background-color: rgb(178,36,38); }

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

border-color css

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

 span { border-color: rgb(178,36,38); }

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