#B90531

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

Shades of Cardinal #B90531

Tints of Cardinal #B90531

Color information

#B90531 (or 0xB90531) is unknown color: approx Cardinal. HEX triplet: B9, 05 and 31. RGB value is (185,5,49). Sum of RGB (Red+Green+Blue) = 185+5+49=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B90531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90531 is #46FACE. Grayscale: #3F3F3F. Windows color (decimal): -4651727 or 3212729. OLE color: 3212729.

HSL color Cylindrical-coordinate representation of color #B90531: hue angle of 345.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 #B90531 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB185549-
CMYK00.970.740.27
HSL345.33º94.74%37.25%-
HSV(B)345.33º97.3%72.55%-
XYZ20.6210.643.87-
YUV63.84119.63214.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 77.41%
GREEN value IS 5 (2.34% from 255) = 2.09%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=77.41%
G=2.09%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18554900.970.740.27345.3394.7437.25
HexB95310614A1B1595f25
Octal27156101411123353113745
Binary10111001101110001011000011001010110111010110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90531; }

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

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

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

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

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

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

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

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