#B2152D

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

Shades of Cardinal #B2152D

Tints of Cardinal #B2152D

Color information

#B2152D (or 0xB2152D) is unknown color: approx Cardinal. HEX triplet: B2, 15 and 2D. RGB value is (178,21,45). Sum of RGB (Red+Green+Blue) = 178+21+45=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B2152D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2152D is #4DEAD2. Grayscale: #464646. Windows color (decimal): -5106387 or 2954674. OLE color: 2954674.

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

Color convert

RGB1782145-
CMYK00.880.750.30
HSL350.83º78.89%39.02%-
HSV(B)350.83º88.2%69.8%-
XYZ19.110.193.44-
YUV70.68113.51204.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 72.95%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 45 (17.97% from 255) = 18.44%
R=72.95%
G=8.61%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178214500.880.750.30350.8378.8939.02
HexB2152D0584B1E15f4f27
Octal262255501301133653711747
Binary1011001010101101101010110001001011111101010111111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2152D; }

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

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

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

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

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

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

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

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