Html Css Color HEX #B64713 Rust

📋 copy color: '#B64713'

red 182 ◦ green 71 ◦ blue 19

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

Shades of Rust #B64713

Tints of Rust #B64713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

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

R = 66.91%
G = 26.1%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B64713 (or 0xB64713) is known color: Rust. HEX triplet: B6, 47 and 13. RGB value is (182,71,19). Sum of RGB (Red+Green+Blue) = 182+71+19=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B64713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64713 is #49B8EC. Grayscale: #626262. Windows color (decimal): -4831469 or 1263542. OLE color: 1263542.

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

Color convert

RGB 182 71 19 -
CMYK 0 0.61 0.90 0.29
HSL 19.14º 0.81% 0.39% -
HSV(B) 19.14º 0.9% 0.71% -
XYZ 21.66 14.5 2.27 -
YUV 98.26 83.27 187.73 -
System Red Green Blue C M Y K H S L
Decimal 182 71 19 0 0.61 0.90 0.29 19.14 0.81 0.39
Hex B6 47 13 0 3D 5A 1D 13 51 27
Octal 266 107 23 0 75 132 35 23 121 47
Binary 10110110 1000111 10011 0 111101 1011010 11101 10011 1010001 100111

Color Harmonies of #B64713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64713

Black with #B64713

Text Example


Text Example

White with #B64713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64713; }

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

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

background-color css

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

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

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

border-color css

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

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

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