Html Css Color HEX #B64E04 Rust

📋 copy color: '#B64E04'

red 182 ◦ green 78 ◦ blue 4

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

Shades of Rust #B64E04

Tints of Rust #B64E04

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.55%

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

R = 68.94%
G = 29.55%
B = 1.52%

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

#B64E04 (or 0xB64E04) is known color: Rust. HEX triplet: B6, 4E and 04. RGB value is (182,78,4). Sum of RGB (Red+Green+Blue) = 182+78+4=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64E04 is #49B1FB. Grayscale: #656565. Windows color (decimal): -4829692 or 282294. OLE color: 282294.

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

Color convert

RGB 182 78 4 -
CMYK 0 0.57 0.98 0.29
HSL 24.94º 0.96% 0.36% -
HSV(B) 24.94º 0.98% 0.71% -
XYZ 22.04 15.4 1.93 -
YUV 100.66 73.46 186.02 -
System Red Green Blue C M Y K H S L
Decimal 182 78 4 0 0.57 0.98 0.29 24.94 0.96 0.36
Hex B6 4E 4 0 39 62 1D 19 60 24
Octal 266 116 4 0 71 142 35 31 140 44
Binary 10110110 1001110 100 0 111001 1100010 11101 11001 1100000 100100

Color Harmonies of #B64E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E04

Black with #B64E04

Text Example


Text Example

White with #B64E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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