Html Css Color HEX #B64017 Rust

📋 copy color: '#B64017'

red 182 ◦ green 64 ◦ blue 23

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

Shades of Rust #B64017

Tints of Rust #B64017

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.79%

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

R = 67.66%
G = 23.79%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B64017 (or 0xB64017) is known color: Rust. HEX triplet: B6, 40 and 17. RGB value is (182,64,23). Sum of RGB (Red+Green+Blue) = 182+64+23=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B64017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64017 is #49BFE8. Grayscale: #5E5E5E. Windows color (decimal): -4833257 or 1523894. OLE color: 1523894.

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

Color convert

RGB 182 64 23 -
CMYK 0 0.65 0.87 0.29
HSL 15.47º 0.78% 0.4% -
HSV(B) 15.47º 0.87% 0.71% -
XYZ 21.28 13.67 2.33 -
YUV 94.61 87.59 190.33 -
System Red Green Blue C M Y K H S L
Decimal 182 64 23 0 0.65 0.87 0.29 15.47 0.78 0.4
Hex B6 40 17 0 41 57 1D F 4E 28
Octal 266 100 27 0 101 127 35 17 116 50
Binary 10110110 1000000 10111 0 1000001 1010111 11101 1111 1001110 101000

Color Harmonies of #B64017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64017

Black with #B64017

Text Example


Text Example

White with #B64017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64017; }

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

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

background-color css

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

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

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

border-color css

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

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

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