Html Css Color HEX #B64000 Rust

📋 copy color: '#B64000'

red 182 ◦ green 64 ◦ blue 0

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

Shades of Rust #B64000

Tints of Rust #B64000

RGB

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

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

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

R = 73.98%
G = 26.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B64000 (or 0xB64000) is known color: Rust. HEX triplet: B6, 40 and 00. RGB value is (182,64,0). Sum of RGB (Red+Green+Blue) = 182+64+0=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B64000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64000 is #49BFFF. Grayscale: #5C5C5C. Windows color (decimal): -4833280 or 16566. OLE color: 16566.

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

Color convert

RGB 182 64 0 -
CMYK 0 0.65 1 0.29
HSL 21.1º 1% 0.36% -
HSV(B) 21.1º 1% 0.71% -
XYZ 21.12 13.61 1.51 -
YUV 91.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 182 64 0 0 0.65 1 0.29 21.1 1 0.36
Hex B6 40 0 0 41 64 1D 15 64 24
Octal 266 100 0 0 101 144 35 25 144 44
Binary 10110110 1000000 0 0 1000001 1100100 11101 10101 1100100 100100

Color Harmonies of #B64000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64000

Black with #B64000

Text Example


Text Example

White with #B64000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64000; }

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

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

background-color css

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

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

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

border-color css

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

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

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