#B7300E

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

Shades of Rust #B7300E

Tints of Rust #B7300E

Color information

#B7300E (or 0xB7300E) is unknown color: approx Rust. HEX triplet: B7, 30 and 0E. RGB value is (183,48,14). Sum of RGB (Red+Green+Blue) = 183+48+14=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7300E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7300E is #48CFF1. Grayscale: #545454. Windows color (decimal): -4771826 or 929975. OLE color: 929975.

HSL color Cylindrical-coordinate representation of color #B7300E: hue angle of 12.07º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7300E is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB1834814-
CMYK00.740.920.28
HSL12.07º85.79%38.63%-
HSV(B)12.07º92.35%71.76%-
XYZ20.6612.211.68-
YUV84.4988.23198.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=74.69%
G=19.59%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183481400.740.920.2812.0785.7938.63
HexB730E04A5C1Cc5627
Octal26760160112134341412647
Binary1011011111000011100100101010111001110011001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7300E; }

 p { color: rgb(183,48,14); }

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

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

 a { background-color: rgb(183,48,14); }

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

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

 span { border-color: rgb(183,48,14); }

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