#B1122C

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

Shades of Cardinal #B1122C

Tints of Cardinal #B1122C

Color information

#B1122C (or 0xB1122C) is unknown color: approx Cardinal. HEX triplet: B1, 12 and 2C. RGB value is (177,18,44). Sum of RGB (Red+Green+Blue) = 177+18+44=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B1122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1122C is #4EEDD3. Grayscale: #444444. Windows color (decimal): -5172692 or 2888369. OLE color: 2888369.

HSL color Cylindrical-coordinate representation of color #B1122C: hue angle of 350.19º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1122C is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1771844-
CMYK00.900.750.31
HSL350.19º81.54%38.24%-
HSV(B)350.19º89.83%69.41%-
XYZ18.89.963.31-
YUV68.5114.18205.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 74.06%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=74.06%
G=7.53%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177184400.900.750.31350.1981.5438.24
HexB1122C05A4B1F15e5226
Octal261225401321133753612246
Binary1011000110010101100010110101001011111111010111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1122C; }

 p { color: rgb(177,18,44); }

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

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

 a { background-color: rgb(177,18,44); }

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

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

 span { border-color: rgb(177,18,44); }

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