Html Css Color HEX #B9520C Rust

📋 copy color: '#B9520C'

red 185 ◦ green 82 ◦ blue 12

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

Shades of Rust #B9520C

Tints of Rust #B9520C

RGB

 RED value IS 185 (72.66% from 255) = 66.31%

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

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

R = 66.31%
G = 29.39%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9520C (or 0xB9520C) is known color: Rust. HEX triplet: B9, 52 and 0C. RGB value is (185,82,12). Sum of RGB (Red+Green+Blue) = 185+82+12=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B9520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9520C is #46ADF3. Grayscale: #696969. Windows color (decimal): -4632052 or 807609. OLE color: 807609.

HSL color Cylindrical-coordinate representation of color #B9520C: hue angle of 24.28º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9520C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 82 12 -
CMYK 0 0.56 0.94 0.27
HSL 24.28º 0.88% 0.39% -
HSV(B) 24.28º 0.94% 0.73% -
XYZ 23.09 16.38 2.29 -
YUV 104.82 75.62 185.19 -
System Red Green Blue C M Y K H S L
Decimal 185 82 12 0 0.56 0.94 0.27 24.28 0.88 0.39
Hex B9 52 C 0 38 5E 1B 18 58 27
Octal 271 122 14 0 70 136 33 30 130 47
Binary 10111001 1010010 1100 0 111000 1011110 11011 11000 1011000 100111

Color Harmonies of #B9520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9520C

Black with #B9520C

Text Example


Text Example

White with #B9520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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