Html Css Color HEX #B65011 Rust

📋 copy color: '#B65011'

red 182 ◦ green 80 ◦ blue 17

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

Shades of Rust #B65011

Tints of Rust #B65011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 65.23%
G = 28.67%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B65011 (or 0xB65011) is known color: Rust. HEX triplet: B6, 50 and 11. RGB value is (182,80,17). Sum of RGB (Red+Green+Blue) = 182+80+17=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B65011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65011 is #49AFEE. Grayscale: #676767. Windows color (decimal): -4829167 or 1134774. OLE color: 1134774.

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

Color convert

RGB 182 80 17 -
CMYK 0 0.56 0.91 0.29
HSL 22.91º 0.83% 0.39% -
HSV(B) 22.91º 0.91% 0.71% -
XYZ 22.26 15.72 2.39 -
YUV 103.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 182 80 17 0 0.56 0.91 0.29 22.91 0.83 0.39
Hex B6 50 11 0 38 5B 1D 17 53 27
Octal 266 120 21 0 70 133 35 27 123 47
Binary 10110110 1010000 10001 0 111000 1011011 11101 10111 1010011 100111

Color Harmonies of #B65011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65011

Black with #B65011

Text Example


Text Example

White with #B65011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65011; }

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

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

background-color css

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

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

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

border-color css

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

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

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