#B94902

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

Shades of Rust #B94902

Tints of Rust #B94902

Color information

#B94902 (or 0xB94902) is unknown color: approx Rust. HEX triplet: B9, 49 and 02. RGB value is (185,73,2). Sum of RGB (Red+Green+Blue) = 185+73+2=260 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.15% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 185 - color contains mainly: red. Hex color #B94902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94902 is #46B6FD. Grayscale: #626262. Windows color (decimal): -4634366 or 149945. OLE color: 149945.

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

Color convert

RGB185732-
CMYK00.610.990.27
HSL23.28º97.86%36.67%-
HSV(B)23.28º98.92%72.55%-
XYZ22.415.081.79-
YUV98.3973.61189.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 71.15%
GREEN value IS 73 (28.91% from 255) = 28.08%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=71.15%
G=28.08%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18573200.610.990.2723.2897.8636.67
HexB949203D631B176225
Octal2711112075143332714245
Binary101110011001001100111101110001111011101111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94902; }

 p { color: rgb(185,73,2); }

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

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

 a { background-color: rgb(185,73,2); }

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

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

 span { border-color: rgb(185,73,2); }

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