Html Css Color HEX #B65616 Rust

📋 copy color: '#B65616'

red 182 ◦ green 86 ◦ blue 22

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

Shades of Rust #B65616

Tints of Rust #B65616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.66%

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

R = 62.76%
G = 29.66%
B = 7.59%

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

#B65616 (or 0xB65616) is known color: Rust. HEX triplet: B6, 56 and 16. RGB value is (182,86,22). Sum of RGB (Red+Green+Blue) = 182+86+22=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B65616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65616 is #49A9E9. Grayscale: #6B6B6B. Windows color (decimal): -4827626 or 1463990. OLE color: 1463990.

HSL color Cylindrical-coordinate representation of color #B65616: hue angle of 24º 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 #B65616 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 86 22 -
CMYK 0 0.53 0.88 0.29
HSL 24º 0.78% 0.4% -
HSV(B) 24º 0.88% 0.71% -
XYZ 22.76 16.66 2.77 -
YUV 107.41 79.8 181.2 -
System Red Green Blue C M Y K H S L
Decimal 182 86 22 0 0.53 0.88 0.29 24 0.78 0.4
Hex B6 56 16 0 35 58 1D 18 4E 28
Octal 266 126 26 0 65 130 35 30 116 50
Binary 10110110 1010110 10110 0 110101 1011000 11101 11000 1001110 101000

Color Harmonies of #B65616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65616

Black with #B65616

Text Example


Text Example

White with #B65616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65616; }

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

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

background-color css

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

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

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

border-color css

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

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

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