Html Css Color HEX #A54A0F Rust

📋 copy color: '#A54A0F'

red 165 ◦ green 74 ◦ blue 15

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

Shades of Rust #A54A0F

Tints of Rust #A54A0F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 64.96%
G = 29.13%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A54A0F (or 0xA54A0F) is known color: Rust. HEX triplet: A5, 4A and 0F. RGB value is (165,74,15). Sum of RGB (Red+Green+Blue) = 165+74+15=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54A0F is #5AB5F0. Grayscale: #5E5E5E. Windows color (decimal): -5944817 or 1002149. OLE color: 1002149.

HSL color Cylindrical-coordinate representation of color #A54A0F: hue angle of 23.6º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A54A0F is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 74 15 -
CMYK 0 0.55 0.91 0.35
HSL 23.6º 0.83% 0.35% -
HSV(B) 23.6º 0.91% 0.65% -
XYZ 18.05 12.93 2 -
YUV 94.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 165 74 15 0 0.55 0.91 0.35 23.6 0.83 0.35
Hex A5 4A F 0 37 5B 23 18 53 23
Octal 245 112 17 0 67 133 43 30 123 43
Binary 10100101 1001010 1111 0 110111 1011011 100011 11000 1010011 100011

Color Harmonies of #A54A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A0F

Black with #A54A0F

Text Example


Text Example

White with #A54A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A0F; }

 p { color: rgb(165,74,15); }

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

background-color css

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

 a { background-color: rgb(165,74,15); }

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

border-color css

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

 span { border-color: rgb(165,74,15); }

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