Html Css Color HEX #A43417 Rust

📋 copy color: '#A43417'

red 164 ◦ green 52 ◦ blue 23

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

Shades of Rust #A43417

Tints of Rust #A43417

RGB

 RED value IS 164 (64.45% from 255) = 68.62%

 GREEN value IS 52 (20.7% from 255) = 21.76%

 BLUE value IS 23 (9.38% from 255) = 9.62%

R = 68.62%
G = 21.76%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A43417 (or 0xA43417) is known color: Rust. HEX triplet: A4, 34 and 17. RGB value is (164,52,23). Sum of RGB (Red+Green+Blue) = 164+52+23=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A43417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43417 is #5BCBE8. Grayscale: #525252. Windows color (decimal): -6015977 or 1520804. OLE color: 1520804.

HSL color Cylindrical-coordinate representation of color #A43417: hue angle of 12.34º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A43417 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 52 23 -
CMYK 0 0.68 0.86 0.36
HSL 12.34º 0.75% 0.37% -
HSV(B) 12.34º 0.86% 0.64% -
XYZ 16.69 10.41 1.94 -
YUV 82.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 164 52 23 0 0.68 0.86 0.36 12.34 0.75 0.37
Hex A4 34 17 0 44 56 24 C 4B 25
Octal 244 64 27 0 104 126 44 14 113 45
Binary 10100100 110100 10111 0 1000100 1010110 100100 1100 1001011 100101

Color Harmonies of #A43417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43417

Black with #A43417

Text Example


Text Example

White with #A43417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43417; }

 p { color: rgb(164,52,23); }

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

background-color css

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

 a { background-color: rgb(164,52,23); }

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

border-color css

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

 span { border-color: rgb(164,52,23); }

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