#B7421F

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

Shades of Rust #B7421F

Tints of Rust #B7421F

Color information

#B7421F (or 0xB7421F) is unknown color: approx Rust. HEX triplet: B7, 42 and 1F. RGB value is (183,66,31). Sum of RGB (Red+Green+Blue) = 183+66+31=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B7421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7421F is #48BDE0. Grayscale: #616161. Windows color (decimal): -4767201 or 2048695. OLE color: 2048695.

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

Color convert

RGB1836631-
CMYK00.640.830.28
HSL13.82º71.03%41.96%-
HSV(B)13.82º83.06%71.76%-
XYZ21.7214.062.87-
YUV96.9990.76189.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.36%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=65.36%
G=23.57%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183663100.640.830.2813.8271.0341.96
HexB7421F040531Ce472a
Octal267102370100123341610752
Binary101101111000010111110100000010100111110011101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7421F; }

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

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

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

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

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

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

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

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