Html Css Color HEX #B64004 Rust

📋 copy color: '#B64004'

red 182 ◦ green 64 ◦ blue 4

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

Shades of Rust #B64004

Tints of Rust #B64004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 72.8%
G = 25.6%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B64004 (or 0xB64004) is known color: Rust. HEX triplet: B6, 40 and 04. RGB value is (182,64,4). Sum of RGB (Red+Green+Blue) = 182+64+4=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B64004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64004 is #49BFFB. Grayscale: #5C5C5C. Windows color (decimal): -4833276 or 278710. OLE color: 278710.

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

Color convert

RGB 182 64 4 -
CMYK 0 0.65 0.98 0.29
HSL 20.22º 0.96% 0.36% -
HSV(B) 20.22º 0.98% 0.71% -
XYZ 21.15 13.62 1.63 -
YUV 92.44 78.09 191.88 -
System Red Green Blue C M Y K H S L
Decimal 182 64 4 0 0.65 0.98 0.29 20.22 0.96 0.36
Hex B6 40 4 0 41 62 1D 14 60 24
Octal 266 100 4 0 101 142 35 24 140 44
Binary 10110110 1000000 100 0 1000001 1100010 11101 10100 1100000 100100

Color Harmonies of #B64004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64004

Black with #B64004

Text Example


Text Example

White with #B64004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64004; }

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

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

background-color css

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

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

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

border-color css

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

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

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