Html Css Color HEX #A7411B Rust

📋 copy color: '#A7411B'

red 167 ◦ green 65 ◦ blue 27

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

Shades of Rust #A7411B

Tints of Rust #A7411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 64.48%
G = 25.1%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7411B (or 0xA7411B) is known color: Rust. HEX triplet: A7, 41 and 1B. RGB value is (167,65,27). Sum of RGB (Red+Green+Blue) = 167+65+27=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A7411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7411B is #58BEE4. Grayscale: #5B5B5B. Windows color (decimal): -5816037 or 1786279. OLE color: 1786279.

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

Color convert

RGB 167 65 27 -
CMYK 0 0.61 0.84 0.35
HSL 16.29º 0.72% 0.38% -
HSV(B) 16.29º 0.84% 0.65% -
XYZ 18.02 12.08 2.42 -
YUV 91.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 167 65 27 0 0.61 0.84 0.35 16.29 0.72 0.38
Hex A7 41 1B 0 3D 54 23 10 48 26
Octal 247 101 33 0 75 124 43 20 110 46
Binary 10100111 1000001 11011 0 111101 1010100 100011 10000 1001000 100110

Color Harmonies of #A7411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7411B

Black with #A7411B

Text Example


Text Example

White with #A7411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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