Html Css Color HEX #B64F04 Rust

📋 copy color: '#B64F04'

red 182 ◦ green 79 ◦ blue 4

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

Shades of Rust #B64F04

Tints of Rust #B64F04

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.81%

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

R = 68.68%
G = 29.81%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B64F04 (or 0xB64F04) is known color: Rust. HEX triplet: B6, 4F and 04. RGB value is (182,79,4). Sum of RGB (Red+Green+Blue) = 182+79+4=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F04 is #49B0FB. Grayscale: #656565. Windows color (decimal): -4829436 or 282550. OLE color: 282550.

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

Color convert

RGB 182 79 4 -
CMYK 0 0.57 0.98 0.29
HSL 25.28º 0.96% 0.36% -
HSV(B) 25.28º 0.98% 0.71% -
XYZ 22.11 15.55 1.95 -
YUV 101.25 73.12 185.6 -
System Red Green Blue C M Y K H S L
Decimal 182 79 4 0 0.57 0.98 0.29 25.28 0.96 0.36
Hex B6 4F 4 0 39 62 1D 19 60 24
Octal 266 117 4 0 71 142 35 31 140 44
Binary 10110110 1001111 100 0 111001 1100010 11101 11001 1100000 100100

Color Harmonies of #B64F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F04

Black with #B64F04

Text Example


Text Example

White with #B64F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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