Html Css Color HEX #A5400C Rust

📋 copy color: '#A5400C'

red 165 ◦ green 64 ◦ blue 12

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

Shades of Rust #A5400C

Tints of Rust #A5400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 68.46%
G = 26.56%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5400C (or 0xA5400C) is known color: Rust. HEX triplet: A5, 40 and 0C. RGB value is (165,64,12). Sum of RGB (Red+Green+Blue) = 165+64+12=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A5400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5400C is #5ABFF3. Grayscale: #585858. Windows color (decimal): -5947380 or 802981. OLE color: 802981.

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

Color convert

RGB 165 64 12 -
CMYK 0 0.61 0.93 0.35
HSL 20.39º 0.86% 0.35% -
HSV(B) 20.39º 0.93% 0.65% -
XYZ 17.42 11.69 1.69 -
YUV 88.27 84.96 182.73 -
System Red Green Blue C M Y K H S L
Decimal 165 64 12 0 0.61 0.93 0.35 20.39 0.86 0.35
Hex A5 40 C 0 3D 5D 23 14 56 23
Octal 245 100 14 0 75 135 43 24 126 43
Binary 10100101 1000000 1100 0 111101 1011101 100011 10100 1010110 100011

Color Harmonies of #A5400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5400C

Black with #A5400C

Text Example


Text Example

White with #A5400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5400C; }

 p { color: rgb(165,64,12); }

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

background-color css

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

 a { background-color: rgb(165,64,12); }

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

border-color css

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

 span { border-color: rgb(165,64,12); }

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