#B2203E

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

Shades of Cardinal #B2203E

Tints of Cardinal #B2203E

Color information

#B2203E (or 0xB2203E) is unknown color: approx Cardinal. HEX triplet: B2, 20 and 3E. RGB value is (178,32,62). Sum of RGB (Red+Green+Blue) = 178+32+62=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2203E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2203E is #4DDFC1. Grayscale: #4F4F4F. Windows color (decimal): -5103554 or 4071602. OLE color: 4071602.

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

Color convert

RGB1783262-
CMYK00.820.650.30
HSL347.67º69.52%41.18%-
HSV(B)347.67º82.02%69.8%-
XYZ19.7510.855.61-
YUV79.07118.37198.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 32 (12.89% from 255) = 11.76%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=65.44%
G=11.76%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178326200.820.650.30347.6769.5241.18
HexB2203E052411E15c4629
Octal262407601221013653410651
Binary10110010100000111110010100101000001111101010111001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2203E; }

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

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

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

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

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

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

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

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