#B91E46

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

Shades of Cardinal #B91E46

Tints of Cardinal #B91E46

Color information

#B91E46 (or 0xB91E46) is unknown color: approx Cardinal. HEX triplet: B9, 1E and 46. RGB value is (185,30,70). Sum of RGB (Red+Green+Blue) = 185+30+70=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B91E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91E46 is #46E1B9. Grayscale: #505050. Windows color (decimal): -4645306 or 4595385. OLE color: 4595385.

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

Color convert

RGB1853070-
CMYK00.840.620.27
HSL344.52º72.09%42.16%-
HSV(B)344.52º83.78%72.55%-
XYZ21.5811.696.91-
YUV80.9121.85202.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.91%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=64.91%
G=10.53%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185307000.840.620.27344.5272.0942.16
HexB91E460543E1B159482a
Octal271361060124763353111052
Binary1011100111110100011001010100111110110111010110011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91E46; }

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

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

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

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

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

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

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

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