Html Css Color HEX #B64904 Rust

📋 copy color: '#B64904'

red 182 ◦ green 73 ◦ blue 4

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

Shades of Rust #B64904

Tints of Rust #B64904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 70.27%
G = 28.19%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B64904 (or 0xB64904) is known color: Rust. HEX triplet: B6, 49 and 04. RGB value is (182,73,4). Sum of RGB (Red+Green+Blue) = 182+73+4=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B64904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64904 is #49B6FB. Grayscale: #626262. Windows color (decimal): -4830972 or 281014. OLE color: 281014.

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

Color convert

RGB 182 73 4 -
CMYK 0 0.60 0.98 0.29
HSL 23.26º 0.96% 0.36% -
HSV(B) 23.26º 0.98% 0.71% -
XYZ 21.7 14.72 1.81 -
YUV 97.73 75.11 188.11 -
System Red Green Blue C M Y K H S L
Decimal 182 73 4 0 0.60 0.98 0.29 23.26 0.96 0.36
Hex B6 49 4 0 3C 62 1D 17 60 24
Octal 266 111 4 0 74 142 35 27 140 44
Binary 10110110 1001001 100 0 111100 1100010 11101 10111 1100000 100100

Color Harmonies of #B64904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64904

Black with #B64904

Text Example


Text Example

White with #B64904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64904; }

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

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

background-color css

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

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

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

border-color css

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

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

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