#B22030

Color #B22030 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B22030

Tints of Cardinal #B22030

Color information

#B22030 (or 0xB22030) is unknown color: approx Cardinal. HEX triplet: B2, 20 and 30. RGB value is (178,32,48). Sum of RGB (Red+Green+Blue) = 178+32+48=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B22030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22030 is #4DDFCF. Grayscale: #4D4D4D. Windows color (decimal): -5103568 or 3154098. OLE color: 3154098.

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

Color convert

RGB1783248-
CMYK00.820.730.30
HSL353.42º69.52%41.18%-
HSV(B)353.42º82.02%69.8%-
XYZ19.4110.713.84-
YUV77.48111.37199.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.99%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=68.99%
G=12.40%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178324800.820.730.30353.4269.5241.18
HexB22030052491E1614629
Octal262406001221113654110651
Binary10110010100000110000010100101001001111101011000011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22030; }

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

 H1.HeaderClassName
 {
   color: #B22030;
 }
 .AnyTagClassName
 {
   color: #B22030;
 }
</style>
background-color css

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

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

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

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

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

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