Html Css Color HEX #A7440F Rust

📋 copy color: '#A7440F'

red 167 ◦ green 68 ◦ blue 15

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

Shades of Rust #A7440F

Tints of Rust #A7440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

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

R = 66.8%
G = 27.2%
B = 6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A7440F (or 0xA7440F) is known color: Rust. HEX triplet: A7, 44 and 0F. RGB value is (167,68,15). Sum of RGB (Red+Green+Blue) = 167+68+15=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A7440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7440F is #58BBF0. Grayscale: #5B5B5B. Windows color (decimal): -5815281 or 1000615. OLE color: 1000615.

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

Color convert

RGB 167 68 15 -
CMYK 0 0.59 0.91 0.35
HSL 20.92º 0.84% 0.36% -
HSV(B) 20.92º 0.91% 0.65% -
XYZ 18.09 12.38 1.89 -
YUV 91.56 84.8 181.81 -
System Red Green Blue C M Y K H S L
Decimal 167 68 15 0 0.59 0.91 0.35 20.92 0.84 0.36
Hex A7 44 F 0 3B 5B 23 15 54 24
Octal 247 104 17 0 73 133 43 25 124 44
Binary 10100111 1000100 1111 0 111011 1011011 100011 10101 1010100 100100

Color Harmonies of #A7440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7440F

Black with #A7440F

Text Example


Text Example

White with #A7440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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