Html Css Color HEX #B22142 Cardinal

📋 copy color: '#B22142'

red 178 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #B22142

Tints of Cardinal #B22142

RGB

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

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

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

R = 64.26%
G = 11.91%
B = 23.83%

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

#B22142 (or 0xB22142) is known color: Cardinal. HEX triplet: B2, 21 and 42. RGB value is (178,33,66). Sum of RGB (Red+Green+Blue) = 178+33+66=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B22142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22142 is #4DDEBD. Grayscale: #505050. Windows color (decimal): -5103294 or 4334002. OLE color: 4334002.

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

Color convert

RGB 178 33 66 -
CMYK 0 0.81 0.63 0.30
HSL 346.34º 0.69% 0.41% -
HSV(B) 346.34º 0.81% 0.7% -
XYZ 19.89 10.95 6.22 -
YUV 80.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 178 33 66 0 0.81 0.63 0.30 346.34 0.69 0.41
Hex B2 21 42 0 51 3F 1E 15A 45 29
Octal 262 41 102 0 121 77 36 532 105 51
Binary 10110010 100001 1000010 0 1010001 111111 11110 101011010 1000101 101001

Color Harmonies of #B22142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22142

Black with #B22142

Text Example


Text Example

White with #B22142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22142; }

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

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

background-color css

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

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

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

border-color css

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

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

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