Html Css Color HEX #B64011 Rust

📋 copy color: '#B64011'

red 182 ◦ green 64 ◦ blue 17

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

Shades of Rust #B64011

Tints of Rust #B64011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 69.2%
G = 24.33%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B64011 (or 0xB64011) is known color: Rust. HEX triplet: B6, 40 and 11. RGB value is (182,64,17). Sum of RGB (Red+Green+Blue) = 182+64+17=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B64011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64011 is #49BFEE. Grayscale: #5E5E5E. Windows color (decimal): -4833263 or 1130678. OLE color: 1130678.

HSL color Cylindrical-coordinate representation of color #B64011: hue angle of 17.09º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B64011 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 64 17 -
CMYK 0 0.65 0.91 0.29
HSL 17.09º 0.83% 0.39% -
HSV(B) 17.09º 0.91% 0.71% -
XYZ 21.23 13.65 2.05 -
YUV 93.92 84.59 190.82 -
System Red Green Blue C M Y K H S L
Decimal 182 64 17 0 0.65 0.91 0.29 17.09 0.83 0.39
Hex B6 40 11 0 41 5B 1D 11 53 27
Octal 266 100 21 0 101 133 35 21 123 47
Binary 10110110 1000000 10001 0 1000001 1011011 11101 10001 1010011 100111

Color Harmonies of #B64011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64011

Black with #B64011

Text Example


Text Example

White with #B64011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64011; }

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

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

background-color css

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

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

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

border-color css

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

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

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