Html Css Color HEX #B64A04 Rust

📋 copy color: '#B64A04'

red 182 ◦ green 74 ◦ blue 4

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

Shades of Rust #B64A04

Tints of Rust #B64A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.46%

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

R = 70%
G = 28.46%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B64A04 (or 0xB64A04) is known color: Rust. HEX triplet: B6, 4A and 04. RGB value is (182,74,4). Sum of RGB (Red+Green+Blue) = 182+74+4=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B64A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64A04 is #49B5FB. Grayscale: #626262. Windows color (decimal): -4830716 or 281270. OLE color: 281270.

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

Color convert

RGB 182 74 4 -
CMYK 0 0.59 0.98 0.29
HSL 23.6º 0.96% 0.36% -
HSV(B) 23.6º 0.98% 0.71% -
XYZ 21.76 14.85 1.83 -
YUV 98.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 182 74 4 0 0.59 0.98 0.29 23.6 0.96 0.36
Hex B6 4A 4 0 3B 62 1D 18 60 24
Octal 266 112 4 0 73 142 35 30 140 44
Binary 10110110 1001010 100 0 111011 1100010 11101 11000 1100000 100100

Color Harmonies of #B64A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64A04

Black with #B64A04

Text Example


Text Example

White with #B64A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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