Html Css Color HEX #A5380C Rust

📋 copy color: '#A5380C'

red 165 ◦ green 56 ◦ blue 12

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

Shades of Rust #A5380C

Tints of Rust #A5380C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

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

R = 70.82%
G = 24.03%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5380C (or 0xA5380C) is known color: Rust. HEX triplet: A5, 38 and 0C. RGB value is (165,56,12). Sum of RGB (Red+Green+Blue) = 165+56+12=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A5380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5380C is #5AC7F3. Grayscale: #535353. Windows color (decimal): -5949428 or 800933. OLE color: 800933.

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

Color convert

RGB 165 56 12 -
CMYK 0 0.66 0.93 0.35
HSL 17.25º 0.86% 0.35% -
HSV(B) 17.25º 0.93% 0.65% -
XYZ 17 10.85 1.55 -
YUV 83.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 165 56 12 0 0.66 0.93 0.35 17.25 0.86 0.35
Hex A5 38 C 0 42 5D 23 11 56 23
Octal 245 70 14 0 102 135 43 21 126 43
Binary 10100101 111000 1100 0 1000010 1011101 100011 10001 1010110 100011

Color Harmonies of #A5380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5380C

Black with #A5380C

Text Example


Text Example

White with #A5380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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