#B9052E

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

Shades of Cardinal #B9052E

Tints of Cardinal #B9052E

Color information

#B9052E (or 0xB9052E) is unknown color: approx Cardinal. HEX triplet: B9, 05 and 2E. RGB value is (185,5,46). Sum of RGB (Red+Green+Blue) = 185+5+46=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B9052E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9052E is #46FAD1. Grayscale: #3F3F3F. Windows color (decimal): -4651730 or 3016121. OLE color: 3016121.

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

Color convert

RGB185546-
CMYK00.970.750.27
HSL346.33º94.74%37.25%-
HSV(B)346.33º97.3%72.55%-
XYZ20.5510.623.55-
YUV63.49118.13214.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 78.39%
GREEN value IS 5 (2.34% from 255) = 2.12%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=78.39%
G=2.12%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18554600.970.750.27346.3394.7437.25
HexB952E0614B1B15a5f25
Octal27155601411133353213745
Binary10111001101101110011000011001011110111010110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9052E; }

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

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

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

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

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

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

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

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