#B74202

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

Shades of Rust #B74202

Tints of Rust #B74202

Color information

#B74202 (or 0xB74202) is unknown color: approx Rust. HEX triplet: B7, 42 and 02. RGB value is (183,66,2). Sum of RGB (Red+Green+Blue) = 183+66+2=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B74202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74202 is #48BDFD. Grayscale: #5E5E5E. Windows color (decimal): -4767230 or 148151. OLE color: 148151.

HSL color Cylindrical-coordinate representation of color #B74202: hue angle of 21.22º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B74202 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB183662-
CMYK00.640.990.28
HSL21.22º97.84%36.27%-
HSV(B)21.22º98.91%71.76%-
XYZ21.4913.971.62-
YUV93.6976.26191.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.91%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=72.91%
G=26.29%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18366200.640.990.2821.2297.8436.27
HexB7422040631C156224
Octal26710220100143342514244
Binary1011011110000101001000000110001111100101011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74202; }

 p { color: rgb(183,66,2); }

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

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

 a { background-color: rgb(183,66,2); }

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

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

 span { border-color: rgb(183,66,2); }

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