Html Css Color HEX #B65516 Rust

📋 copy color: '#B65516'

red 182 ◦ green 85 ◦ blue 22

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

Shades of Rust #B65516

Tints of Rust #B65516

RGB

 RED value IS 182 (71.48% from 255) = 62.98%

 GREEN value IS 85 (33.59% from 255) = 29.41%

 BLUE value IS 22 (8.98% from 255) = 7.61%

R = 62.98%
G = 29.41%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B65516 (or 0xB65516) is known color: Rust. HEX triplet: B6, 55 and 16. RGB value is (182,85,22). Sum of RGB (Red+Green+Blue) = 182+85+22=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B65516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65516 is #49AAE9. Grayscale: #6B6B6B. Windows color (decimal): -4827882 or 1463734. OLE color: 1463734.

HSL color Cylindrical-coordinate representation of color #B65516: hue angle of 23.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B65516 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 85 22 -
CMYK 0 0.53 0.88 0.29
HSL 23.63º 0.78% 0.4% -
HSV(B) 23.63º 0.88% 0.71% -
XYZ 22.68 16.5 2.75 -
YUV 106.82 80.14 181.62 -
System Red Green Blue C M Y K H S L
Decimal 182 85 22 0 0.53 0.88 0.29 23.63 0.78 0.4
Hex B6 55 16 0 35 58 1D 18 4E 28
Octal 266 125 26 0 65 130 35 30 116 50
Binary 10110110 1010101 10110 0 110101 1011000 11101 11000 1001110 101000

Color Harmonies of #B65516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65516

Black with #B65516

Text Example


Text Example

White with #B65516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65516; }

 p { color: rgb(182,85,22); }

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

background-color css

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

 a { background-color: rgb(182,85,22); }

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

border-color css

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

 span { border-color: rgb(182,85,22); }

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