Html Css Color HEX #B64C04 Rust

📋 copy color: '#B64C04'

red 182 ◦ green 76 ◦ blue 4

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

Shades of Rust #B64C04

Tints of Rust #B64C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

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

R = 69.47%
G = 29.01%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B64C04 (or 0xB64C04) is known color: Rust. HEX triplet: B6, 4C and 04. RGB value is (182,76,4). Sum of RGB (Red+Green+Blue) = 182+76+4=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C04 is #49B3FB. Grayscale: #636363. Windows color (decimal): -4830204 or 281782. OLE color: 281782.

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

Color convert

RGB 182 76 4 -
CMYK 0 0.58 0.98 0.29
HSL 24.27º 0.96% 0.36% -
HSV(B) 24.27º 0.98% 0.71% -
XYZ 21.9 15.12 1.88 -
YUV 99.49 74.12 186.85 -
System Red Green Blue C M Y K H S L
Decimal 182 76 4 0 0.58 0.98 0.29 24.27 0.96 0.36
Hex B6 4C 4 0 3A 62 1D 18 60 24
Octal 266 114 4 0 72 142 35 30 140 44
Binary 10110110 1001100 100 0 111010 1100010 11101 11000 1100000 100100

Color Harmonies of #B64C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C04

Black with #B64C04

Text Example


Text Example

White with #B64C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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