#B9502D

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

Shades of Red Stage #B9502D

Tints of Red Stage #B9502D

Color information

#B9502D (or 0xB9502D) is unknown color: approx Red Stage. HEX triplet: B9, 50 and 2D. RGB value is (185,80,45). Sum of RGB (Red+Green+Blue) = 185+80+45=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B9502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9502D is #46AFD2. Grayscale: #6B6B6B. Windows color (decimal): -4632531 or 2969785. OLE color: 2969785.

HSL color Cylindrical-coordinate representation of color #B9502D: hue angle of 15º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B9502D is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1858045-
CMYK00.570.760.27
HSL15º60.87%45.1%-
HSV(B)15º75.68%72.55%-
XYZ23.3516.244.39-
YUV107.492.79183.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.68%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 45 (17.97% from 255) = 14.52%
R=59.68%
G=25.81%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185804500.570.760.271560.8745.1
HexB9502D0394C1Bf3d2d
Octal2711205507111433177555
Binary10111001101000010110101110011001100110111111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9502D; }

 p { color: rgb(185,80,45); }

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

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

 a { background-color: rgb(185,80,45); }

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

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

 span { border-color: rgb(185,80,45); }

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