#B11346

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

Shades of Cardinal #B11346

Tints of Cardinal #B11346

Color information

#B11346 (or 0xB11346) is unknown color: approx Cardinal. HEX triplet: B1, 13 and 46. RGB value is (177,19,70). Sum of RGB (Red+Green+Blue) = 177+19+70=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11346 is #4EECB9. Grayscale: #484848. Windows color (decimal): -5172410 or 4592561. OLE color: 4592561.

HSL color Cylindrical-coordinate representation of color #B11346: hue angle of 340.63º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11346 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1771970-
CMYK00.890.600.31
HSL340.63º80.61%38.43%-
HSV(B)340.63º89.27%69.41%-
XYZ19.4710.266.75-
YUV72.06126.85202.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.54%
GREEN value IS 19 (7.81% from 255) = 7.14%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=66.54%
G=7.14%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177197000.890.600.31340.6380.6138.43
HexB113460593C1F1555126
Octal261231060131743752512146
Binary1011000110011100011001011001111100111111010101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11346; }

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

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

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

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

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

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

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

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