Html Css Color HEX #A54212 Rust

📋 copy color: '#A54212'

red 165 ◦ green 66 ◦ blue 18

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

Shades of Rust #A54212

Tints of Rust #A54212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

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

R = 66.27%
G = 26.51%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A54212 (or 0xA54212) is known color: Rust. HEX triplet: A5, 42 and 12. RGB value is (165,66,18). Sum of RGB (Red+Green+Blue) = 165+66+18=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A54212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54212 is #5ABDED. Grayscale: #5A5A5A. Windows color (decimal): -5946862 or 1196709. OLE color: 1196709.

HSL color Cylindrical-coordinate representation of color #A54212: hue angle of 19.59º 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 #A54212 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 18 -
CMYK 0 0.60 0.89 0.35
HSL 19.59º 0.8% 0.36% -
HSV(B) 19.59º 0.89% 0.65% -
XYZ 17.57 11.94 1.95 -
YUV 90.13 87.3 181.4 -
System Red Green Blue C M Y K H S L
Decimal 165 66 18 0 0.60 0.89 0.35 19.59 0.8 0.36
Hex A5 42 12 0 3C 59 23 14 50 24
Octal 245 102 22 0 74 131 43 24 120 44
Binary 10100101 1000010 10010 0 111100 1011001 100011 10100 1010000 100100

Color Harmonies of #A54212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54212

Black with #A54212

Text Example


Text Example

White with #A54212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54212; }

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

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

background-color css

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

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

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

border-color css

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

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

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