Html Css Color HEX #A5380E Rust

📋 copy color: '#A5380E'

red 165 ◦ green 56 ◦ blue 14

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

Shades of Rust #A5380E

Tints of Rust #A5380E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 70.21%
G = 23.83%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5380E (or 0xA5380E) is known color: Rust. HEX triplet: A5, 38 and 0E. RGB value is (165,56,14). Sum of RGB (Red+Green+Blue) = 165+56+14=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A5380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5380E is #5AC7F1. Grayscale: #545454. Windows color (decimal): -5949426 or 932005. OLE color: 932005.

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

Color convert

RGB 165 56 14 -
CMYK 0 0.66 0.92 0.35
HSL 16.69º 0.84% 0.35% -
HSV(B) 16.69º 0.92% 0.65% -
XYZ 17.01 10.86 1.61 -
YUV 83.8 88.61 185.92 -
System Red Green Blue C M Y K H S L
Decimal 165 56 14 0 0.66 0.92 0.35 16.69 0.84 0.35
Hex A5 38 E 0 42 5C 23 11 54 23
Octal 245 70 16 0 102 134 43 21 124 43
Binary 10100101 111000 1110 0 1000010 1011100 100011 10001 1010100 100011

Color Harmonies of #A5380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5380E

Black with #A5380E

Text Example


Text Example

White with #A5380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5380E; }

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

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

background-color css

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

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

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

border-color css

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

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

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