Html Css Color HEX #B22040 Cardinal

📋 copy color: '#B22040'

red 178 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #B22040

Tints of Cardinal #B22040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.68%

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

R = 64.96%
G = 11.68%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B22040 (or 0xB22040) is known color: Cardinal. HEX triplet: B2, 20 and 40. RGB value is (178,32,64). Sum of RGB (Red+Green+Blue) = 178+32+64=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B22040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22040 is #4DDFBF. Grayscale: #4F4F4F. Windows color (decimal): -5103552 or 4202674. OLE color: 4202674.

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

Color convert

RGB 178 32 64 -
CMYK 0 0.82 0.64 0.30
HSL 346.85º 0.7% 0.41% -
HSV(B) 346.85º 0.82% 0.7% -
XYZ 19.8 10.87 5.9 -
YUV 79.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 178 32 64 0 0.82 0.64 0.30 346.85 0.7 0.41
Hex B2 20 40 0 52 40 1E 15B 46 29
Octal 262 40 100 0 122 100 36 533 106 51
Binary 10110010 100000 1000000 0 1010010 1000000 11110 101011011 1000110 101001

Color Harmonies of #B22040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22040

Black with #B22040

Text Example


Text Example

White with #B22040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22040; }

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

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

background-color css

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

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

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

border-color css

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

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

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