#B11246

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

Shades of Cardinal #B11246

Tints of Cardinal #B11246

Color information

#B11246 (or 0xB11246) is unknown color: approx Cardinal. HEX triplet: B1, 12 and 46. RGB value is (177,18,70). Sum of RGB (Red+Green+Blue) = 177+18+70=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B11246 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11246 is #4EEDB9. Grayscale: #474747. Windows color (decimal): -5172666 or 4592305. OLE color: 4592305.

HSL color Cylindrical-coordinate representation of color #B11246: hue angle of 340.38º 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 #B11246 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1771870-
CMYK00.900.600.31
HSL340.38º81.54%38.24%-
HSV(B)340.38º89.83%69.41%-
XYZ19.4510.226.74-
YUV71.47127.18203.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.79%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=66.79%
G=6.79%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177187000.900.600.31340.3881.5438.24
HexB1124605A3C1F1545226
Octal261221060132743752412246
Binary1011000110010100011001011010111100111111010101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11246; }

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

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

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

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

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

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

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

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