Html Css Color HEX #B64D06 Rust

📋 copy color: '#B64D06'

red 182 ◦ green 77 ◦ blue 6

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

Shades of Rust #B64D06

Tints of Rust #B64D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.06%

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 68.68%
G = 29.06%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B64D06 (or 0xB64D06) is known color: Rust. HEX triplet: B6, 4D and 06. RGB value is (182,77,6). Sum of RGB (Red+Green+Blue) = 182+77+6=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64D06 is #49B2F9. Grayscale: #646464. Windows color (decimal): -4829946 or 413110. OLE color: 413110.

HSL color Cylindrical-coordinate representation of color #B64D06: hue angle of 24.2º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B64D06 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 77 6 -
CMYK 0 0.58 0.97 0.29
HSL 24.2º 0.94% 0.37% -
HSV(B) 24.2º 0.97% 0.71% -
XYZ 21.98 15.27 1.96 -
YUV 100.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 182 77 6 0 0.58 0.97 0.29 24.2 0.94 0.37
Hex B6 4D 6 0 3A 61 1D 18 5E 25
Octal 266 115 6 0 72 141 35 30 136 45
Binary 10110110 1001101 110 0 111010 1100001 11101 11000 1011110 100101

Color Harmonies of #B64D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D06

Black with #B64D06

Text Example


Text Example

White with #B64D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D06; }

 p { color: rgb(182,77,6); }

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

background-color css

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

 a { background-color: rgb(182,77,6); }

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

border-color css

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

 span { border-color: rgb(182,77,6); }

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