#B90546

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

Shades of Cardinal #B90546

Tints of Cardinal #B90546

Color information

#B90546 (or 0xB90546) is unknown color: approx Cardinal. HEX triplet: B9, 05 and 46. RGB value is (185,5,70). Sum of RGB (Red+Green+Blue) = 185+5+70=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B90546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90546 is #46FAB9. Grayscale: #424242. Windows color (decimal): -4651706 or 4588985. OLE color: 4588985.

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

Color convert

RGB185570-
CMYK00.970.620.27
HSL338.33º94.74%37.25%-
HSV(B)338.33º97.3%72.55%-
XYZ21.1710.876.78-
YUV66.23130.13212.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.15%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 70 (27.73% from 255) = 26.92%
R=71.15%
G=1.92%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18557000.970.620.27338.3394.7437.25
HexB95460613E1B1525f25
Octal27151060141763352213745
Binary10111001101100011001100001111110110111010100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90546; }

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

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

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

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

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

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

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

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