Html Css Color HEX #B65017 Rust

📋 copy color: '#B65017'

red 182 ◦ green 80 ◦ blue 23

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

Shades of Rust #B65017

Tints of Rust #B65017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.07%

R = 63.86%
G = 28.07%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B65017 (or 0xB65017) is known color: Rust. HEX triplet: B6, 50 and 17. RGB value is (182,80,23). Sum of RGB (Red+Green+Blue) = 182+80+23=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B65017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65017 is #49AFE8. Grayscale: #686868. Windows color (decimal): -4829161 or 1527990. OLE color: 1527990.

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

Color convert

RGB 182 80 23 -
CMYK 0 0.56 0.87 0.29
HSL 21.51º 0.78% 0.4% -
HSV(B) 21.51º 0.87% 0.71% -
XYZ 22.31 15.74 2.67 -
YUV 104 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 182 80 23 0 0.56 0.87 0.29 21.51 0.78 0.4
Hex B6 50 17 0 38 57 1D 16 4E 28
Octal 266 120 27 0 70 127 35 26 116 50
Binary 10110110 1010000 10111 0 111000 1010111 11101 10110 1001110 101000

Color Harmonies of #B65017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65017

Black with #B65017

Text Example


Text Example

White with #B65017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65017; }

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

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

background-color css

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

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

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

border-color css

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

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

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