Html Css Color HEX #B22242 Cardinal

📋 copy color: '#B22242'

red 178 ◦ green 34 ◦ blue 66

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

Shades of Cardinal #B22242

Tints of Cardinal #B22242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 64.03%
G = 12.23%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B22242 (or 0xB22242) is known color: Cardinal. HEX triplet: B2, 22 and 42. RGB value is (178,34,66). Sum of RGB (Red+Green+Blue) = 178+34+66=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B22242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22242 is #4DDDBD. Grayscale: #505050. Windows color (decimal): -5103038 or 4334258. OLE color: 4334258.

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

Color convert

RGB 178 34 66 -
CMYK 0 0.81 0.63 0.30
HSL 346.67º 0.68% 0.42% -
HSV(B) 346.67º 0.81% 0.7% -
XYZ 19.92 11 6.23 -
YUV 80.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 178 34 66 0 0.81 0.63 0.30 346.67 0.68 0.42
Hex B2 22 42 0 51 3F 1E 15B 44 2A
Octal 262 42 102 0 121 77 36 533 104 52
Binary 10110010 100010 1000010 0 1010001 111111 11110 101011011 1000100 101010

Color Harmonies of #B22242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22242

Black with #B22242

Text Example


Text Example

White with #B22242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22242; }

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

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

background-color css

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

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

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

border-color css

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

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

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