#B2252E

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

Shades of Cardinal #B2252E

Tints of Cardinal #B2252E

Color information

#B2252E (or 0xB2252E) is unknown color: approx Cardinal. HEX triplet: B2, 25 and 2E. RGB value is (178,37,46). Sum of RGB (Red+Green+Blue) = 178+37+46=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2252E is #4DDAD1. Grayscale: #505050. Windows color (decimal): -5102290 or 3024306. OLE color: 3024306.

HSL color Cylindrical-coordinate representation of color #B2252E: hue angle of 356.17º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2252E is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1783746-
CMYK00.790.740.30
HSL356.17º65.58%42.16%-
HSV(B)356.17º79.21%69.8%-
XYZ19.5110.993.68-
YUV80.18108.71197.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.20%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=68.20%
G=14.18%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178374600.790.740.30356.1765.5842.16
HexB2252E04F4A1E164422a
Octal262455601171123654410252
Binary10110010100101101110010011111001010111101011001001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2252E; }

 p { color: rgb(178,37,46); }

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

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

 a { background-color: rgb(178,37,46); }

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

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

 span { border-color: rgb(178,37,46); }

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