#B7320A

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

Shades of Rust #B7320A

Tints of Rust #B7320A

Color information

#B7320A (or 0xB7320A) is unknown color: approx Rust. HEX triplet: B7, 32 and 0A. RGB value is (183,50,10). Sum of RGB (Red+Green+Blue) = 183+50+10=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B7320A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7320A is #48CDF5. Grayscale: #555555. Windows color (decimal): -4771318 or 668343. OLE color: 668343.

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

Color convert

RGB1835010-
CMYK00.730.950.28
HSL13.87º89.64%37.84%-
HSV(B)13.87º94.54%71.76%-
XYZ20.7212.371.58-
YUV85.2185.56197.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 75.31%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 10 (4.30% from 255) = 4.12%
R=75.31%
G=20.58%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183501000.730.950.2813.8789.6437.84
HexB732A0495F1Ce5a26
Octal26762120111137341613246
Binary1011011111001010100100100110111111110011101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7320A; }

 p { color: rgb(183,50,10); }

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

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

 a { background-color: rgb(183,50,10); }

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

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

 span { border-color: rgb(183,50,10); }

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