Html Css Color HEX #B64900 Rust

📋 copy color: '#B64900'

red 182 ◦ green 73 ◦ blue 0

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

Shades of Rust #B64900

Tints of Rust #B64900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

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

R = 71.37%
G = 28.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B64900 (or 0xB64900) is known color: Rust. HEX triplet: B6, 49 and 00. RGB value is (182,73,0). Sum of RGB (Red+Green+Blue) = 182+73+0=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B64900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64900 is #49B6FF. Grayscale: #616161. Windows color (decimal): -4830976 or 18870. OLE color: 18870.

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

Color convert

RGB 182 73 0 -
CMYK 0 0.60 1 0.29
HSL 24.07º 1% 0.36% -
HSV(B) 24.07º 1% 0.71% -
XYZ 21.67 14.71 1.7 -
YUV 97.27 73.11 188.44 -
System Red Green Blue C M Y K H S L
Decimal 182 73 0 0 0.60 1 0.29 24.07 1 0.36
Hex B6 49 0 0 3C 64 1D 18 64 24
Octal 266 111 0 0 74 144 35 30 144 44
Binary 10110110 1001001 0 0 111100 1100100 11101 11000 1100100 100100

Color Harmonies of #B64900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64900

Black with #B64900

Text Example


Text Example

White with #B64900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64900; }

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

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

background-color css

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

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

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

border-color css

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

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

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