#B11248

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

Shades of Cardinal #B11248

Tints of Cardinal #B11248

Color information

#B11248 (or 0xB11248) is unknown color: approx Cardinal. HEX triplet: B1, 12 and 48. RGB value is (177,18,72). Sum of RGB (Red+Green+Blue) = 177+18+72=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B11248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11248 is #4EEDB7. Grayscale: #474747. Windows color (decimal): -5172664 or 4723377. OLE color: 4723377.

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

Color convert

RGB1771872-
CMYK00.900.590.31
HSL339.62º81.54%38.24%-
HSV(B)339.62º89.83%69.41%-
XYZ19.5210.257.08-
YUV71.7128.18203.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.29%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=66.29%
G=6.74%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177187200.900.590.31339.6281.5438.24
HexB1124805A3B1F1545226
Octal261221100132733752412246
Binary1011000110010100100001011010111011111111010101001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11248; }

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

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

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

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

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

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

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

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