#b7340c

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

Shades of Rust #B7340C

Tints of Rust #B7340C

Color information

#B7340C (or 0xB7340C) is unknown color: approx Rust. HEX triplet: B7, 34 and 0C. RGB value is (183,52,12). Sum of RGB (Red+Green+Blue) = 183+52+12=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B7340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7340C is #48CBF3. Grayscale: #565656. Windows color (decimal): -4770804 or 799927. OLE color: 799927.

HSL color Cylindrical-coordinate representation of color #B7340C: hue angle of 14.04º degrees, saturation: 0.88, 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 #B7340C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB1835212-
CMYK00.720.930.28
HSL14.04º87.69%38.24%-
HSV(B)14.04º93.44%71.76%-
XYZ20.8212.551.67-
YUV86.6185.9196.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.09%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=74.09%
G=21.05%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183521200.720.930.2814.0487.6938.24
HexB734C0485D1Ce5826
Octal26764140110135341613046
Binary1011011111010011000100100010111011110011101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7340c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7340c; }

 p { color: rgb(183,52,12); }

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

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

 a { background-color: rgb(183,52,12); }

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

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

 span { border-color: rgb(183,52,12); }

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