#B11240

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

Shades of Cardinal #B11240

Tints of Cardinal #B11240

Color information

#B11240 (or 0xB11240) is unknown color: approx Cardinal. HEX triplet: B1, 12 and 40. RGB value is (177,18,64). Sum of RGB (Red+Green+Blue) = 177+18+64=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B11240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11240 is #4EEDBF. Grayscale: #464646. Windows color (decimal): -5172672 or 4199089. OLE color: 4199089.

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

Color convert

RGB1771864-
CMYK00.900.640.31
HSL342.64º81.54%38.24%-
HSV(B)342.64º89.83%69.41%-
XYZ19.2710.155.79-
YUV70.78124.18203.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.34%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 64 (25.39% from 255) = 24.71%
R=68.34%
G=6.95%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177186400.900.640.31342.6481.5438.24
HexB1124005A401F1575226
Octal2612210001321003752712246
Binary10110001100101000000010110101000000111111010101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11240; }

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

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

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

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

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

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

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

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