Html Css Color HEX #A74215 Rust

📋 copy color: '#A74215'

red 167 ◦ green 66 ◦ blue 21

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

Shades of Rust #A74215

Tints of Rust #A74215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 65.75%
G = 25.98%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A74215 (or 0xA74215) is known color: Rust. HEX triplet: A7, 42 and 15. RGB value is (167,66,21). Sum of RGB (Red+Green+Blue) = 167+66+21=254 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.75% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 167 - color contains mainly: red. Hex color #A74215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74215 is #58BDEA. Grayscale: #5B5B5B. Windows color (decimal): -5815787 or 1393319. OLE color: 1393319.

HSL color Cylindrical-coordinate representation of color #A74215: hue angle of 18.49º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A74215 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 21 -
CMYK 0 0.60 0.87 0.35
HSL 18.49º 0.78% 0.37% -
HSV(B) 18.49º 0.87% 0.65% -
XYZ 18.02 12.17 2.11 -
YUV 91.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 167 66 21 0 0.60 0.87 0.35 18.49 0.78 0.37
Hex A7 42 15 0 3C 57 23 12 4E 25
Octal 247 102 25 0 74 127 43 22 116 45
Binary 10100111 1000010 10101 0 111100 1010111 100011 10010 1001110 100101

Color Harmonies of #A74215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74215

Black with #A74215

Text Example


Text Example

White with #A74215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74215; }

 p { color: rgb(167,66,21); }

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

background-color css

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

 a { background-color: rgb(167,66,21); }

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

border-color css

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

 span { border-color: rgb(167,66,21); }

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