Html Css Color HEX #A7410F Rust

📋 copy color: '#A7410F'

red 167 ◦ green 65 ◦ blue 15

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

Shades of Rust #A7410F

Tints of Rust #A7410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

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

R = 67.61%
G = 26.32%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A7410F (or 0xA7410F) is known color: Rust. HEX triplet: A7, 41 and 0F. RGB value is (167,65,15). Sum of RGB (Red+Green+Blue) = 167+65+15=247 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.61% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 167 - color contains mainly: red. Hex color #A7410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7410F is #58BEF0. Grayscale: #5A5A5A. Windows color (decimal): -5816049 or 999847. OLE color: 999847.

HSL color Cylindrical-coordinate representation of color #A7410F: hue angle of 19.74º 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 #A7410F is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 15 -
CMYK 0 0.61 0.91 0.35
HSL 19.74º 0.84% 0.36% -
HSV(B) 19.74º 0.91% 0.65% -
XYZ 17.91 12.03 1.83 -
YUV 89.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 167 65 15 0 0.61 0.91 0.35 19.74 0.84 0.36
Hex A7 41 F 0 3D 5B 23 14 54 24
Octal 247 101 17 0 75 133 43 24 124 44
Binary 10100111 1000001 1111 0 111101 1011011 100011 10100 1010100 100100

Color Harmonies of #A7410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7410F

Black with #A7410F

Text Example


Text Example

White with #A7410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7410F; }

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

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

background-color css

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

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

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

border-color css

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

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

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