#B94A02

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

Shades of Rust #B94A02

Tints of Rust #B94A02

Color information

#B94A02 (or 0xB94A02) is unknown color: approx Rust. HEX triplet: B9, 4A and 02. RGB value is (185,74,2). Sum of RGB (Red+Green+Blue) = 185+74+2=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94A02 is #46B5FD. Grayscale: #636363. Windows color (decimal): -4634110 or 150201. OLE color: 150201.

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

Color convert

RGB185742-
CMYK00.60.990.27
HSL23.61º97.86%36.67%-
HSV(B)23.61º98.92%72.55%-
XYZ22.4715.221.81-
YUV98.9873.27189.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.88%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=70.88%
G=28.35%
B=0.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18574200.60.990.2723.6197.8636.67
HexB94A203C631B186225
Octal2711122074143333014245
Binary101110011001010100111100110001111011110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A02; }

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

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

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

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

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

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

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

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