#B1152A

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

Shades of Cardinal #B1152A

Tints of Cardinal #B1152A

Color information

#B1152A (or 0xB1152A) is unknown color: approx Cardinal. HEX triplet: B1, 15 and 2A. RGB value is (177,21,42). Sum of RGB (Red+Green+Blue) = 177+21+42=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B1152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1152A is #4EEAD5. Grayscale: #464646. Windows color (decimal): -5171926 or 2758065. OLE color: 2758065.

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

Color convert

RGB1772142-
CMYK00.880.760.31
HSL351.92º78.79%38.82%-
HSV(B)351.92º88.14%69.41%-
XYZ18.8210.053.14-
YUV70.04112.18204.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.75%
GREEN value IS 21 (8.59% from 255) = 8.75%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=73.75%
G=8.75%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177214200.880.760.31351.9278.7938.82
HexB1152A0584C1F1604f27
Octal261255201301143754011747
Binary1011000110101101010010110001001100111111011000001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1152A; }

 p { color: rgb(177,21,42); }

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

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

 a { background-color: rgb(177,21,42); }

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

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

 span { border-color: rgb(177,21,42); }

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