Html Css Color HEX #B64917 Rust

📋 copy color: '#B64917'

red 182 ◦ green 73 ◦ blue 23

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

Shades of Rust #B64917

Tints of Rust #B64917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 65.47%
G = 26.26%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B64917 (or 0xB64917) is known color: Rust. HEX triplet: B6, 49 and 17. RGB value is (182,73,23). Sum of RGB (Red+Green+Blue) = 182+73+23=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B64917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64917 is #49B6E8. Grayscale: #646464. Windows color (decimal): -4830953 or 1526198. OLE color: 1526198.

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

Color convert

RGB 182 73 23 -
CMYK 0 0.60 0.87 0.29
HSL 18.87º 0.78% 0.4% -
HSV(B) 18.87º 0.87% 0.71% -
XYZ 21.83 14.77 2.51 -
YUV 99.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 182 73 23 0 0.60 0.87 0.29 18.87 0.78 0.4
Hex B6 49 17 0 3C 57 1D 13 4E 28
Octal 266 111 27 0 74 127 35 23 116 50
Binary 10110110 1001001 10111 0 111100 1010111 11101 10011 1001110 101000

Color Harmonies of #B64917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64917

Black with #B64917

Text Example


Text Example

White with #B64917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64917; }

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

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

background-color css

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

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

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

border-color css

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

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

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