Html Css Color HEX #B64013 Rust

📋 copy color: '#B64013'

red 182 ◦ green 64 ◦ blue 19

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

Shades of Rust #B64013

Tints of Rust #B64013

RGB

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

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

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

R = 68.68%
G = 24.15%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B64013 (or 0xB64013) is known color: Rust. HEX triplet: B6, 40 and 13. RGB value is (182,64,19). Sum of RGB (Red+Green+Blue) = 182+64+19=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B64013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64013 is #49BFEC. Grayscale: #5E5E5E. Windows color (decimal): -4833261 or 1261750. OLE color: 1261750.

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

Color convert

RGB 182 64 19 -
CMYK 0 0.65 0.90 0.29
HSL 16.56º 0.81% 0.39% -
HSV(B) 16.56º 0.9% 0.71% -
XYZ 21.24 13.66 2.13 -
YUV 94.15 85.59 190.66 -
System Red Green Blue C M Y K H S L
Decimal 182 64 19 0 0.65 0.90 0.29 16.56 0.81 0.39
Hex B6 40 13 0 41 5A 1D 11 51 27
Octal 266 100 23 0 101 132 35 21 121 47
Binary 10110110 1000000 10011 0 1000001 1011010 11101 10001 1010001 100111

Color Harmonies of #B64013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64013

Black with #B64013

Text Example


Text Example

White with #B64013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64013; }

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

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

background-color css

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

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

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

border-color css

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

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

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