Html Css Color HEX #B64513 Rust

📋 copy color: '#B64513'

red 182 ◦ green 69 ◦ blue 19

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

Shades of Rust #B64513

Tints of Rust #B64513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.04%

R = 67.41%
G = 25.56%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B64513 (or 0xB64513) is known color: Rust. HEX triplet: B6, 45 and 13. RGB value is (182,69,19). Sum of RGB (Red+Green+Blue) = 182+69+19=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B64513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64513 is #49BAEC. Grayscale: #616161. Windows color (decimal): -4831981 or 1263030. OLE color: 1263030.

HSL color Cylindrical-coordinate representation of color #B64513: hue angle of 18.4º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B64513 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 69 19 -
CMYK 0 0.62 0.90 0.29
HSL 18.4º 0.81% 0.39% -
HSV(B) 18.4º 0.9% 0.71% -
XYZ 21.54 14.25 2.23 -
YUV 97.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 182 69 19 0 0.62 0.90 0.29 18.4 0.81 0.39
Hex B6 45 13 0 3E 5A 1D 12 51 27
Octal 266 105 23 0 76 132 35 22 121 47
Binary 10110110 1000101 10011 0 111110 1011010 11101 10010 1010001 100111

Color Harmonies of #B64513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64513

Black with #B64513

Text Example


Text Example

White with #B64513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64513; }

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

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

background-color css

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

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

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

border-color css

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

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

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