#B73D02

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

Shades of Rust #B73D02

Tints of Rust #B73D02

Color information

#B73D02 (or 0xB73D02) is unknown color: approx Rust. HEX triplet: B7, 3D and 02. RGB value is (183,61,2). Sum of RGB (Red+Green+Blue) = 183+61+2=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73D02 is #48C2FD. Grayscale: #5B5B5B. Windows color (decimal): -4768510 or 146871. OLE color: 146871.

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

Color convert

RGB183612-
CMYK00.670.990.28
HSL19.56º97.84%36.27%-
HSV(B)19.56º98.91%71.76%-
XYZ21.2113.411.53-
YUV90.7577.92193.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.39%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=74.39%
G=24.80%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18361200.670.990.2819.5697.8436.27
HexB73D2043631C146224
Octal2677520103143342414244
Binary101101111111011001000011110001111100101001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73D02; }

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

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

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

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

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

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

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

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