Html Css Color HEX #B65016 Rust

📋 copy color: '#B65016'

red 182 ◦ green 80 ◦ blue 22

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

Shades of Rust #B65016

Tints of Rust #B65016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 64.08%
G = 28.17%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B65016 (or 0xB65016) is known color: Rust. HEX triplet: B6, 50 and 16. RGB value is (182,80,22). Sum of RGB (Red+Green+Blue) = 182+80+22=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B65016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65016 is #49AFE9. Grayscale: #686868. Windows color (decimal): -4829162 or 1462454. OLE color: 1462454.

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

Color convert

RGB 182 80 22 -
CMYK 0 0.56 0.88 0.29
HSL 21.75º 0.78% 0.4% -
HSV(B) 21.75º 0.88% 0.71% -
XYZ 22.3 15.74 2.62 -
YUV 103.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 182 80 22 0 0.56 0.88 0.29 21.75 0.78 0.4
Hex B6 50 16 0 38 58 1D 16 4E 28
Octal 266 120 26 0 70 130 35 26 116 50
Binary 10110110 1010000 10110 0 111000 1011000 11101 10110 1001110 101000

Color Harmonies of #B65016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65016

Black with #B65016

Text Example


Text Example

White with #B65016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65016; }

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

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

background-color css

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

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

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

border-color css

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

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

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