#B90E32

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

Shades of Cardinal #B90E32

Tints of Cardinal #B90E32

Color information

#B90E32 (or 0xB90E32) is unknown color: approx Cardinal. HEX triplet: B9, 0E and 32. RGB value is (185,14,50). Sum of RGB (Red+Green+Blue) = 185+14+50=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E32 is #46F1CD. Grayscale: #454545. Windows color (decimal): -4649422 or 3280569. OLE color: 3280569.

HSL color Cylindrical-coordinate representation of color #B90E32: hue angle of 347.37º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90E32 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1851450-
CMYK00.920.730.27
HSL347.37º85.93%39.02%-
HSV(B)347.37º92.43%72.55%-
XYZ20.7410.864.02-
YUV69.23117.15210.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 74.30%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=74.30%
G=5.62%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185145000.920.730.27347.3785.9339.02
HexB9E3205C491B15b5627
Octal271166201341113353312647
Binary101110011110110010010111001001001110111010110111010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90E32; }

 p { color: rgb(185,14,50); }

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

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

 a { background-color: rgb(185,14,50); }

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

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

 span { border-color: rgb(185,14,50); }

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