Html Css Color HEX #A54414 Rust

📋 copy color: '#A54414'

red 165 ◦ green 68 ◦ blue 20

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

Shades of Rust #A54414

Tints of Rust #A54414

RGB

 RED value IS 165 (64.84% from 255) = 65.22%

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

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 65.22%
G = 26.88%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A54414 (or 0xA54414) is known color: Rust. HEX triplet: A5, 44 and 14. RGB value is (165,68,20). Sum of RGB (Red+Green+Blue) = 165+68+20=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A54414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54414 is #5ABBEB. Grayscale: #5B5B5B. Windows color (decimal): -5946348 or 1328293. OLE color: 1328293.

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

Color convert

RGB 165 68 20 -
CMYK 0 0.59 0.88 0.35
HSL 19.86º 0.78% 0.36% -
HSV(B) 19.86º 0.88% 0.65% -
XYZ 17.71 12.18 2.08 -
YUV 91.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 165 68 20 0 0.59 0.88 0.35 19.86 0.78 0.36
Hex A5 44 14 0 3B 58 23 14 4E 24
Octal 245 104 24 0 73 130 43 24 116 44
Binary 10100101 1000100 10100 0 111011 1011000 100011 10100 1001110 100100

Color Harmonies of #A54414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54414

Black with #A54414

Text Example


Text Example

White with #A54414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54414; }

 p { color: rgb(165,68,20); }

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

background-color css

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

 a { background-color: rgb(165,68,20); }

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

border-color css

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

 span { border-color: rgb(165,68,20); }

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