Html Css Color HEX #B0520C Rust

📋 copy color: '#B0520C'

red 176 ◦ green 82 ◦ blue 12

#B0520C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #B0520C

Tints of Rust #B0520C

RGB

 RED value IS 176 (69.14% from 255) = 65.19%

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 12 (5.08% from 255) = 4.44%

R = 65.19%
G = 30.37%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0520C (or 0xB0520C) is known color: Rust. HEX triplet: B0, 52 and 0C. RGB value is (176,82,12). Sum of RGB (Red+Green+Blue) = 176+82+12=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0520C is #4FADF3. Grayscale: #666666. Windows color (decimal): -5221876 or 807600. OLE color: 807600.

HSL color Cylindrical-coordinate representation of color #B0520C: hue angle of 25.61º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0520C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 12 -
CMYK 0 0.53 0.93 0.31
HSL 25.61º 0.87% 0.37% -
HSV(B) 25.61º 0.93% 0.69% -
XYZ 20.99 15.29 2.19 -
YUV 102.13 77.14 180.69 -
System Red Green Blue C M Y K H S L
Decimal 176 82 12 0 0.53 0.93 0.31 25.61 0.87 0.37
Hex B0 52 C 0 35 5D 1F 1A 57 25
Octal 260 122 14 0 65 135 37 32 127 45
Binary 10110000 1010010 1100 0 110101 1011101 11111 11010 1010111 100101

Color Harmonies of #B0520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0520C

Black with #B0520C

Text Example


Text Example

White with #B0520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0520C; }

 p { color: rgb(176,82,12); }

 H1.HeaderClassName
 {
   color: #B0520C;
 }
 .AnyTagClassName
 {
   color: #B0520C;
 }
</style>

background-color css

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

 a { background-color: rgb(176,82,12); }

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

border-color css

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

 span { border-color: rgb(176,82,12); }

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