Html Css Color HEX #B22228 Cardinal

📋 copy color: '#B22228'

red 178 ◦ green 34 ◦ blue 40

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

Shades of Cardinal #B22228

Tints of Cardinal #B22228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.87%

R = 70.63%
G = 13.49%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B22228 (or 0xB22228) is known color: Cardinal. HEX triplet: B2, 22 and 28. RGB value is (178,34,40). Sum of RGB (Red+Green+Blue) = 178+34+40=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B22228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22228 is #4DDDD7. Grayscale: #4D4D4D. Windows color (decimal): -5103064 or 2630322. OLE color: 2630322.

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

Color convert

RGB 178 34 40 -
CMYK 0 0.81 0.78 0.30
HSL 357.5º 0.68% 0.42% -
HSV(B) 357.5º 0.81% 0.7% -
XYZ 19.32 10.76 3.07 -
YUV 77.74 106.71 199.51 -
System Red Green Blue C M Y K H S L
Decimal 178 34 40 0 0.81 0.78 0.30 357.5 0.68 0.42
Hex B2 22 28 0 51 4E 1E 166 44 2A
Octal 262 42 50 0 121 116 36 546 104 52
Binary 10110010 100010 101000 0 1010001 1001110 11110 101100110 1000100 101010

Color Harmonies of #B22228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22228

Black with #B22228

Text Example


Text Example

White with #B22228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22228; }

 p { color: rgb(178,34,40); }

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

background-color css

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

 a { background-color: rgb(178,34,40); }

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

border-color css

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

 span { border-color: rgb(178,34,40); }

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