Html Css Color HEX #B22237 Cardinal

📋 copy color: '#B22237'

red 178 ◦ green 34 ◦ blue 55

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

Shades of Cardinal #B22237

Tints of Cardinal #B22237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.6%

R = 66.67%
G = 12.73%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B22237 (or 0xB22237) is known color: Cardinal. HEX triplet: B2, 22 and 37. RGB value is (178,34,55). Sum of RGB (Red+Green+Blue) = 178+34+55=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B22237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22237 is #4DDDC8. Grayscale: #4F4F4F. Windows color (decimal): -5103049 or 3613362. OLE color: 3613362.

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

Color convert

RGB 178 34 55 -
CMYK 0 0.81 0.69 0.30
HSL 351.25º 0.68% 0.42% -
HSV(B) 351.25º 0.81% 0.7% -
XYZ 19.62 10.88 4.68 -
YUV 79.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 178 34 55 0 0.81 0.69 0.30 351.25 0.68 0.42
Hex B2 22 37 0 51 45 1E 15F 44 2A
Octal 262 42 67 0 121 105 36 537 104 52
Binary 10110010 100010 110111 0 1010001 1000101 11110 101011111 1000100 101010

Color Harmonies of #B22237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22237

Black with #B22237

Text Example


Text Example

White with #B22237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22237; }

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

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

background-color css

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

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

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

border-color css

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

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

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