#B9052F

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

Shades of Cardinal #B9052F

Tints of Cardinal #B9052F

Color information

#B9052F (or 0xB9052F) is unknown color: approx Cardinal. HEX triplet: B9, 05 and 2F. RGB value is (185,5,47). Sum of RGB (Red+Green+Blue) = 185+5+47=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B9052F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9052F is #46FAD0. Grayscale: #3F3F3F. Windows color (decimal): -4651729 or 3081657. OLE color: 3081657.

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

Color convert

RGB185547-
CMYK00.970.750.27
HSL346º94.74%37.25%-
HSV(B)346º97.3%72.55%-
XYZ20.5710.633.66-
YUV63.61118.63214.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 78.06%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 47 (18.75% from 255) = 19.83%
R=78.06%
G=2.11%
B=19.83%

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
Decimal18554700.970.750.2734694.7437.25
HexB952F0614B1B15a5f25
Octal27155701411133353213745
Binary10111001101101111011000011001011110111010110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9052F; }

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

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

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

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

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

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

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

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