Html Css Color HEX #B64E00 Rust

📋 copy color: '#B64E00'

red 182 ◦ green 78 ◦ blue 0

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

Shades of Rust #B64E00

Tints of Rust #B64E00

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70%
G = 30%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B64E00 (or 0xB64E00) is known color: Rust. HEX triplet: B6, 4E and 00. RGB value is (182,78,0). Sum of RGB (Red+Green+Blue) = 182+78+0=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64E00 is #49B1FF. Grayscale: #646464. Windows color (decimal): -4829696 or 20150. OLE color: 20150.

HSL color Cylindrical-coordinate representation of color #B64E00: hue angle of 25.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B64E00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 78 0 -
CMYK 0 0.57 1 0.29
HSL 25.71º 1% 0.36% -
HSV(B) 25.71º 1% 0.71% -
XYZ 22.02 15.39 1.81 -
YUV 100.2 71.46 186.34 -
System Red Green Blue C M Y K H S L
Decimal 182 78 0 0 0.57 1 0.29 25.71 1 0.36
Hex B6 4E 0 0 39 64 1D 1A 64 24
Octal 266 116 0 0 71 144 35 32 144 44
Binary 10110110 1001110 0 0 111001 1100100 11101 11010 1100100 100100

Color Harmonies of #B64E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E00

Black with #B64E00

Text Example


Text Example

White with #B64E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E00; }

 p { color: rgb(182,78,0); }

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

background-color css

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

 a { background-color: rgb(182,78,0); }

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

border-color css

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

 span { border-color: rgb(182,78,0); }

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