Html Css Color HEX #A74C0F Rust

📋 copy color: '#A74C0F'

red 167 ◦ green 76 ◦ blue 15

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

Shades of Rust #A74C0F

Tints of Rust #A74C0F

RGB

 RED value IS 167 (65.63% from 255) = 64.73%

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

 BLUE value IS 15 (6.25% from 255) = 5.81%

R = 64.73%
G = 29.46%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A74C0F (or 0xA74C0F) is known color: Rust. HEX triplet: A7, 4C and 0F. RGB value is (167,76,15). Sum of RGB (Red+Green+Blue) = 167+76+15=258 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.73% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74C0F is #58B3F0. Grayscale: #606060. Windows color (decimal): -5813233 or 1002663. OLE color: 1002663.

HSL color Cylindrical-coordinate representation of color #A74C0F: hue angle of 24.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A74C0F is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 76 15 -
CMYK 0 0.54 0.91 0.35
HSL 24.08º 0.84% 0.36% -
HSV(B) 24.08º 0.91% 0.65% -
XYZ 18.61 13.42 2.06 -
YUV 96.26 82.15 178.46 -
System Red Green Blue C M Y K H S L
Decimal 167 76 15 0 0.54 0.91 0.35 24.08 0.84 0.36
Hex A7 4C F 0 36 5B 23 18 54 24
Octal 247 114 17 0 66 133 43 30 124 44
Binary 10100111 1001100 1111 0 110110 1011011 100011 11000 1010100 100100

Color Harmonies of #A74C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74C0F

Black with #A74C0F

Text Example


Text Example

White with #A74C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74C0F; }

 p { color: rgb(167,76,15); }

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

background-color css

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

 a { background-color: rgb(167,76,15); }

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

border-color css

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

 span { border-color: rgb(167,76,15); }

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