Html Css Color HEX #A54318 Rust

📋 copy color: '#A54318'

red 165 ◦ green 67 ◦ blue 24

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

Shades of Rust #A54318

Tints of Rust #A54318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 64.45%
G = 26.17%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A54318 (or 0xA54318) is known color: Rust. HEX triplet: A5, 43 and 18. RGB value is (165,67,24). Sum of RGB (Red+Green+Blue) = 165+67+24=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A54318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54318 is #5ABCE7. Grayscale: #5B5B5B. Windows color (decimal): -5946600 or 1590181. OLE color: 1590181.

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

Color convert

RGB 165 67 24 -
CMYK 0 0.59 0.85 0.35
HSL 18.3º 0.75% 0.37% -
HSV(B) 18.3º 0.85% 0.65% -
XYZ 17.69 12.08 2.26 -
YUV 91.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 165 67 24 0 0.59 0.85 0.35 18.3 0.75 0.37
Hex A5 43 18 0 3B 55 23 12 4B 25
Octal 245 103 30 0 73 125 43 22 113 45
Binary 10100101 1000011 11000 0 111011 1010101 100011 10010 1001011 100101

Color Harmonies of #A54318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54318

Black with #A54318

Text Example


Text Example

White with #A54318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54318; }

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

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

background-color css

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

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

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

border-color css

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

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

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