Html Css Color HEX #B22240 Cardinal

📋 copy color: '#B22240'

red 178 ◦ green 34 ◦ blue 64

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

Shades of Cardinal #B22240

Tints of Cardinal #B22240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 64.49%
G = 12.32%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B22240 (or 0xB22240) is known color: Cardinal. HEX triplet: B2, 22 and 40. RGB value is (178,34,64). Sum of RGB (Red+Green+Blue) = 178+34+64=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B22240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22240 is #4DDDBF. Grayscale: #505050. Windows color (decimal): -5103040 or 4203186. OLE color: 4203186.

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

Color convert

RGB 178 34 64 -
CMYK 0 0.81 0.64 0.30
HSL 347.5º 0.68% 0.42% -
HSV(B) 347.5º 0.81% 0.7% -
XYZ 19.86 10.98 5.92 -
YUV 80.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 178 34 64 0 0.81 0.64 0.30 347.5 0.68 0.42
Hex B2 22 40 0 51 40 1E 15C 44 2A
Octal 262 42 100 0 121 100 36 534 104 52
Binary 10110010 100010 1000000 0 1010001 1000000 11110 101011100 1000100 101010

Color Harmonies of #B22240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22240

Black with #B22240

Text Example


Text Example

White with #B22240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22240; }

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

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

background-color css

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

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

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

border-color css

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

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

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