Html Css Color HEX #B64815 Rust

📋 copy color: '#B64815'

red 182 ◦ green 72 ◦ blue 21

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

Shades of Rust #B64815

Tints of Rust #B64815

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.18%

 BLUE value IS 21 (8.59% from 255) = 7.64%

R = 66.18%
G = 26.18%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B64815 (or 0xB64815) is known color: Rust. HEX triplet: B6, 48 and 15. RGB value is (182,72,21). Sum of RGB (Red+Green+Blue) = 182+72+21=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B64815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64815 is #49B7EA. Grayscale: #636363. Windows color (decimal): -4831211 or 1394870. OLE color: 1394870.

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

Color convert

RGB 182 72 21 -
CMYK 0 0.60 0.88 0.29
HSL 19.01º 0.79% 0.4% -
HSV(B) 19.01º 0.88% 0.71% -
XYZ 21.74 14.63 2.39 -
YUV 99.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 182 72 21 0 0.60 0.88 0.29 19.01 0.79 0.4
Hex B6 48 15 0 3C 58 1D 13 4F 28
Octal 266 110 25 0 74 130 35 23 117 50
Binary 10110110 1001000 10101 0 111100 1011000 11101 10011 1001111 101000

Color Harmonies of #B64815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64815

Black with #B64815

Text Example


Text Example

White with #B64815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64815; }

 p { color: rgb(182,72,21); }

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

background-color css

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

 a { background-color: rgb(182,72,21); }

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

border-color css

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

 span { border-color: rgb(182,72,21); }

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