Html Css Color HEX #A5360C Rust

📋 copy color: '#A5360C'

red 165 ◦ green 54 ◦ blue 12

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

Shades of Rust #A5360C

Tints of Rust #A5360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.38%

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

R = 71.43%
G = 23.38%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5360C (or 0xA5360C) is known color: Rust. HEX triplet: A5, 36 and 0C. RGB value is (165,54,12). Sum of RGB (Red+Green+Blue) = 165+54+12=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A5360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5360C is #5AC9F3. Grayscale: #525252. Windows color (decimal): -5949940 or 800421. OLE color: 800421.

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

Color convert

RGB 165 54 12 -
CMYK 0 0.67 0.93 0.35
HSL 16.47º 0.86% 0.35% -
HSV(B) 16.47º 0.93% 0.65% -
XYZ 16.9 10.66 1.52 -
YUV 82.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 165 54 12 0 0.67 0.93 0.35 16.47 0.86 0.35
Hex A5 36 C 0 43 5D 23 10 56 23
Octal 245 66 14 0 103 135 43 20 126 43
Binary 10100101 110110 1100 0 1000011 1011101 100011 10000 1010110 100011

Color Harmonies of #A5360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5360C

Black with #A5360C

Text Example


Text Example

White with #A5360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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