#B2252D

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

Shades of Cardinal #B2252D

Tints of Cardinal #B2252D

Color information

#B2252D (or 0xB2252D) is unknown color: approx Cardinal. HEX triplet: B2, 25 and 2D. RGB value is (178,37,45). Sum of RGB (Red+Green+Blue) = 178+37+45=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2252D is #4DDAD2. Grayscale: #505050. Windows color (decimal): -5102291 or 2958770. OLE color: 2958770.

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

Color convert

RGB1783745-
CMYK00.790.750.30
HSL356.6º65.58%42.16%-
HSV(B)356.6º79.21%69.8%-
XYZ19.510.983.57-
YUV80.07108.21197.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 68.46%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 45 (17.97% from 255) = 17.31%
R=68.46%
G=14.23%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178374500.790.750.30356.665.5842.16
HexB2252D04F4B1E165422a
Octal262455501171133654510252
Binary10110010100101101101010011111001011111101011001011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2252D; }

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

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

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

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

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

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

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

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