Html Css Color HEX #B9510C Rust

📋 copy color: '#B9510C'

red 185 ◦ green 81 ◦ blue 12

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

Shades of Rust #B9510C

Tints of Rust #B9510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

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

R = 66.55%
G = 29.14%
B = 4.32%

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

#B9510C (or 0xB9510C) is known color: Rust. HEX triplet: B9, 51 and 0C. RGB value is (185,81,12). Sum of RGB (Red+Green+Blue) = 185+81+12=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9510C is #46AEF3. Grayscale: #686868. Windows color (decimal): -4632308 or 807353. OLE color: 807353.

HSL color Cylindrical-coordinate representation of color #B9510C: hue angle of 23.93º 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 #B9510C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 12 -
CMYK 0 0.56 0.94 0.27
HSL 23.93º 0.88% 0.39% -
HSV(B) 23.93º 0.94% 0.73% -
XYZ 23.02 16.23 2.27 -
YUV 104.23 75.96 185.61 -
System Red Green Blue C M Y K H S L
Decimal 185 81 12 0 0.56 0.94 0.27 23.93 0.88 0.39
Hex B9 51 C 0 38 5E 1B 18 58 27
Octal 271 121 14 0 70 136 33 30 130 47
Binary 10111001 1010001 1100 0 111000 1011110 11011 11000 1011000 100111

Color Harmonies of #B9510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9510C

Black with #B9510C

Text Example


Text Example

White with #B9510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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