Html Css Color HEX #B22136 Cardinal

📋 copy color: '#B22136'

red 178 ◦ green 33 ◦ blue 54

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

Shades of Cardinal #B22136

Tints of Cardinal #B22136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.45%

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 67.17%
G = 12.45%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B22136 (or 0xB22136) is known color: Cardinal. HEX triplet: B2, 21 and 36. RGB value is (178,33,54). Sum of RGB (Red+Green+Blue) = 178+33+54=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B22136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22136 is #4DDEC9. Grayscale: #4E4E4E. Windows color (decimal): -5103306 or 3547570. OLE color: 3547570.

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

Color convert

RGB 178 33 54 -
CMYK 0 0.81 0.70 0.30
HSL 351.31º 0.69% 0.41% -
HSV(B) 351.31º 0.81% 0.7% -
XYZ 19.57 10.82 4.55 -
YUV 78.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 178 33 54 0 0.81 0.70 0.30 351.31 0.69 0.41
Hex B2 21 36 0 51 46 1E 15F 45 29
Octal 262 41 66 0 121 106 36 537 105 51
Binary 10110010 100001 110110 0 1010001 1000110 11110 101011111 1000101 101001

Color Harmonies of #B22136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22136

Black with #B22136

Text Example


Text Example

White with #B22136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22136; }

 p { color: rgb(178,33,54); }

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

background-color css

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

 a { background-color: rgb(178,33,54); }

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

border-color css

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

 span { border-color: rgb(178,33,54); }

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