Html Css Color HEX #A5450E Rust

📋 copy color: '#A5450E'

red 165 ◦ green 69 ◦ blue 14

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

Shades of Rust #A5450E

Tints of Rust #A5450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

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

R = 66.53%
G = 27.82%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A5450E (or 0xA5450E) is known color: Rust. HEX triplet: A5, 45 and 0E. RGB value is (165,69,14). Sum of RGB (Red+Green+Blue) = 165+69+14=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 14 (5.86% from 255 or 5.65% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A5450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5450E is #5ABAF1. Grayscale: #5B5B5B. Windows color (decimal): -5946098 or 935333. OLE color: 935333.

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

Color convert

RGB 165 69 14 -
CMYK 0 0.58 0.92 0.35
HSL 21.85º 0.84% 0.35% -
HSV(B) 21.85º 0.92% 0.65% -
XYZ 17.72 12.29 1.85 -
YUV 91.43 84.3 180.47 -
System Red Green Blue C M Y K H S L
Decimal 165 69 14 0 0.58 0.92 0.35 21.85 0.84 0.35
Hex A5 45 E 0 3A 5C 23 16 54 23
Octal 245 105 16 0 72 134 43 26 124 43
Binary 10100101 1000101 1110 0 111010 1011100 100011 10110 1010100 100011

Color Harmonies of #A5450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5450E

Black with #A5450E

Text Example


Text Example

White with #A5450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5450E; }

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

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

background-color css

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

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

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

border-color css

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

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

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