#B7420D

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

Shades of Rust #B7420D

Tints of Rust #B7420D

Color information

#B7420D (or 0xB7420D) is unknown color: approx Rust. HEX triplet: B7, 42 and 0D. RGB value is (183,66,13). Sum of RGB (Red+Green+Blue) = 183+66+13=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7420D is #48BDF2. Grayscale: #5F5F5F. Windows color (decimal): -4767219 or 869047. OLE color: 869047.

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

Color convert

RGB1836613-
CMYK00.640.930.28
HSL18.71º86.73%38.43%-
HSV(B)18.71º92.9%71.76%-
XYZ21.5513.991.95-
YUV94.9481.76190.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.85%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 13 (5.47% from 255) = 4.96%
R=69.85%
G=25.19%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183661300.640.930.2818.7186.7338.43
HexB742D0405D1C135726
Octal267102150100135342312746
Binary101101111000010110101000000101110111100100111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7420D; }

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

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

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

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

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

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

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

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