Html Css Color HEX #B64517 Rust

📋 copy color: '#B64517'

red 182 ◦ green 69 ◦ blue 23

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

Shades of Rust #B64517

Tints of Rust #B64517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

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

R = 66.42%
G = 25.18%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B64517 (or 0xB64517) is known color: Rust. HEX triplet: B6, 45 and 17. RGB value is (182,69,23). Sum of RGB (Red+Green+Blue) = 182+69+23=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B64517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64517 is #49BAE8. Grayscale: #616161. Windows color (decimal): -4831977 or 1525174. OLE color: 1525174.

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

Color convert

RGB 182 69 23 -
CMYK 0 0.62 0.87 0.29
HSL 17.36º 0.78% 0.4% -
HSV(B) 17.36º 0.87% 0.71% -
XYZ 21.57 14.26 2.43 -
YUV 97.54 85.94 188.24 -
System Red Green Blue C M Y K H S L
Decimal 182 69 23 0 0.62 0.87 0.29 17.36 0.78 0.4
Hex B6 45 17 0 3E 57 1D 11 4E 28
Octal 266 105 27 0 76 127 35 21 116 50
Binary 10110110 1000101 10111 0 111110 1010111 11101 10001 1001110 101000

Color Harmonies of #B64517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64517

Black with #B64517

Text Example


Text Example

White with #B64517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64517; }

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

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

background-color css

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

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

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

border-color css

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

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

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