#B91746

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

Shades of Cardinal #B91746

Tints of Cardinal #B91746

Color information

#B91746 (or 0xB91746) is unknown color: approx Cardinal. HEX triplet: B9, 17 and 46. RGB value is (185,23,70). Sum of RGB (Red+Green+Blue) = 185+23+70=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B91746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91746 is #46E8B9. Grayscale: #4C4C4C. Windows color (decimal): -4647098 or 4593593. OLE color: 4593593.

HSL color Cylindrical-coordinate representation of color #B91746: hue angle of 342.59º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91746 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB1852370-
CMYK00.880.620.27
HSL342.59º77.88%40.78%-
HSV(B)342.59º87.57%72.55%-
XYZ21.4211.376.86-
YUV76.8124.17205.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 66.55%
GREEN value IS 23 (9.38% from 255) = 8.27%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=66.55%
G=8.27%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185237000.880.620.27342.5977.8840.78
HexB917460583E1B1574e29
Octal271271060130763352711651
Binary1011100110111100011001011000111110110111010101111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91746; }

 p { color: rgb(185,23,70); }

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

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

 a { background-color: rgb(185,23,70); }

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

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

 span { border-color: rgb(185,23,70); }

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