Html Css Color HEX #B65116 Rust

📋 copy color: '#B65116'

red 182 ◦ green 81 ◦ blue 22

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

Shades of Rust #B65116

Tints of Rust #B65116

RGB

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

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

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

R = 63.86%
G = 28.42%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B65116 (or 0xB65116) is known color: Rust. HEX triplet: B6, 51 and 16. RGB value is (182,81,22). Sum of RGB (Red+Green+Blue) = 182+81+22=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B65116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65116 is #49AEE9. Grayscale: #686868. Windows color (decimal): -4828906 or 1462710. OLE color: 1462710.

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

Color convert

RGB 182 81 22 -
CMYK 0 0.55 0.88 0.29
HSL 22.13º 0.78% 0.4% -
HSV(B) 22.13º 0.88% 0.71% -
XYZ 22.38 15.89 2.65 -
YUV 104.47 81.46 183.3 -
System Red Green Blue C M Y K H S L
Decimal 182 81 22 0 0.55 0.88 0.29 22.13 0.78 0.4
Hex B6 51 16 0 37 58 1D 16 4E 28
Octal 266 121 26 0 67 130 35 26 116 50
Binary 10110110 1010001 10110 0 110111 1011000 11101 10110 1001110 101000

Color Harmonies of #B65116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65116

Black with #B65116

Text Example


Text Example

White with #B65116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65116; }

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

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

background-color css

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

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

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

border-color css

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

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

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