Html Css Color HEX #B95210 Rust

📋 copy color: '#B95210'

red 185 ◦ green 82 ◦ blue 16

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

Shades of Rust #B95210

Tints of Rust #B95210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.65%

R = 65.37%
G = 28.98%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B95210 (or 0xB95210) is known color: Rust. HEX triplet: B9, 52 and 10. RGB value is (185,82,16). Sum of RGB (Red+Green+Blue) = 185+82+16=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B95210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95210 is #46ADEF. Grayscale: #696969. Windows color (decimal): -4632048 or 1069753. OLE color: 1069753.

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

Color convert

RGB 185 82 16 -
CMYK 0 0.56 0.91 0.27
HSL 23.43º 0.84% 0.39% -
HSV(B) 23.43º 0.91% 0.73% -
XYZ 23.12 16.39 2.43 -
YUV 105.27 77.62 184.87 -
System Red Green Blue C M Y K H S L
Decimal 185 82 16 0 0.56 0.91 0.27 23.43 0.84 0.39
Hex B9 52 10 0 38 5B 1B 17 54 27
Octal 271 122 20 0 70 133 33 27 124 47
Binary 10111001 1010010 10000 0 111000 1011011 11011 10111 1010100 100111

Color Harmonies of #B95210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95210

Black with #B95210

Text Example


Text Example

White with #B95210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95210; }

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

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

background-color css

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

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

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

border-color css

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

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

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