#B2223E

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

Shades of Cardinal #B2223E

Tints of Cardinal #B2223E

Color information

#B2223E (or 0xB2223E) is unknown color: approx Cardinal. HEX triplet: B2, 22 and 3E. RGB value is (178,34,62). Sum of RGB (Red+Green+Blue) = 178+34+62=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2223E is #4DDDC1. Grayscale: #505050. Windows color (decimal): -5103042 or 4072114. OLE color: 4072114.

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

Color convert

RGB1783462-
CMYK00.810.650.30
HSL348.33º67.92%41.57%-
HSV(B)348.33º80.9%69.8%-
XYZ19.810.965.63-
YUV80.25117.71197.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.96%
GREEN value IS 34 (13.67% from 255) = 12.41%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=64.96%
G=12.41%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178346200.810.650.30348.3367.9241.57
HexB2223E051411E15c442a
Octal262427601211013653410452
Binary10110010100010111110010100011000001111101010111001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2223E; }

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

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

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

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

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

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

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

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