#B11142

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

Shades of Cardinal #B11142

Tints of Cardinal #B11142

Color information

#B11142 (or 0xB11142) is unknown color: approx Cardinal. HEX triplet: B1, 11 and 42. RGB value is (177,17,66). Sum of RGB (Red+Green+Blue) = 177+17+66=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B11142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11142 is #4EEEBD. Grayscale: #464646. Windows color (decimal): -5172926 or 4329905. OLE color: 4329905.

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

Color convert

RGB1771766-
CMYK00.900.630.31
HSL341.62º82.47%38.04%-
HSV(B)341.62º90.4%69.41%-
XYZ19.3210.146.09-
YUV70.43125.51204.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.08%
GREEN value IS 17 (7.03% from 255) = 6.54%
BLUE value IS 66 (26.17% from 255) = 25.38%
R=68.08%
G=6.54%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177176600.900.630.31341.6282.4738.04
HexB1114205A3F1F1565226
Octal261211020132773752612246
Binary1011000110001100001001011010111111111111010101101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11142; }

 p { color: rgb(177,17,66); }

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

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

 a { background-color: rgb(177,17,66); }

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

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

 span { border-color: rgb(177,17,66); }

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