Html Css Color HEX #A54312 Rust

📋 copy color: '#A54312'

red 165 ◦ green 67 ◦ blue 18

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

Shades of Rust #A54312

Tints of Rust #A54312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 66%
G = 26.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A54312 (or 0xA54312) is known color: Rust. HEX triplet: A5, 43 and 12. RGB value is (165,67,18). Sum of RGB (Red+Green+Blue) = 165+67+18=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A54312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54312 is #5ABCED. Grayscale: #5B5B5B. Windows color (decimal): -5946606 or 1196965. OLE color: 1196965.

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

Color convert

RGB 165 67 18 -
CMYK 0 0.59 0.89 0.35
HSL 20º 0.8% 0.36% -
HSV(B) 20º 0.89% 0.65% -
XYZ 17.63 12.06 1.97 -
YUV 90.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 165 67 18 0 0.59 0.89 0.35 20 0.8 0.36
Hex A5 43 12 0 3B 59 23 14 50 24
Octal 245 103 22 0 73 131 43 24 120 44
Binary 10100101 1000011 10010 0 111011 1011001 100011 10100 1010000 100100

Color Harmonies of #A54312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54312

Black with #A54312

Text Example


Text Example

White with #A54312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54312; }

 p { color: rgb(165,67,18); }

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

background-color css

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

 a { background-color: rgb(165,67,18); }

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

border-color css

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

 span { border-color: rgb(165,67,18); }

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