#B7320C

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

Shades of Rust #B7320C

Tints of Rust #B7320C

Color information

#B7320C (or 0xB7320C) is unknown color: approx Rust. HEX triplet: B7, 32 and 0C. RGB value is (183,50,12). Sum of RGB (Red+Green+Blue) = 183+50+12=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B7320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7320C is #48CDF3. Grayscale: #555555. Windows color (decimal): -4771316 or 799415. OLE color: 799415.

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

Color convert

RGB1835012-
CMYK00.730.930.28
HSL13.33º87.69%38.24%-
HSV(B)13.33º93.44%71.76%-
XYZ20.7412.381.64-
YUV85.4386.56197.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=74.69%
G=20.41%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183501200.730.930.2813.3387.6938.24
HexB732C0495D1Cd5826
Octal26762140111135341513046
Binary1011011111001011000100100110111011110011011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7320C; }

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

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

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

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

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

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

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

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