#B90533

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

Shades of Cardinal #B90533

Tints of Cardinal #B90533

Color information

#B90533 (or 0xB90533) is unknown color: approx Cardinal. HEX triplet: B9, 05 and 33. RGB value is (185,5,51). Sum of RGB (Red+Green+Blue) = 185+5+51=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B90533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90533 is #46FACC. Grayscale: #404040. Windows color (decimal): -4651725 or 3343801. OLE color: 3343801.

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

Color convert

RGB185551-
CMYK00.970.720.27
HSL344.67º94.74%37.25%-
HSV(B)344.67º97.3%72.55%-
XYZ20.6610.664.1-
YUV64.06120.63214.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 76.76%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 51 (20.31% from 255) = 21.16%
R=76.76%
G=2.07%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18555100.970.720.27344.6794.7437.25
HexB9533061481B1595f25
Octal27156301411103353113745
Binary10111001101110011011000011001000110111010110011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90533; }

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

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

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

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

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

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

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

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