Html Css Color HEX #A5450F Rust

📋 copy color: '#A5450F'

red 165 ◦ green 69 ◦ blue 15

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

Shades of Rust #A5450F

Tints of Rust #A5450F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 66.27%
G = 27.71%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5450F (or 0xA5450F) is known color: Rust. HEX triplet: A5, 45 and 0F. RGB value is (165,69,15). Sum of RGB (Red+Green+Blue) = 165+69+15=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A5450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5450F is #5ABAF0. Grayscale: #5B5B5B. Windows color (decimal): -5946097 or 1000869. OLE color: 1000869.

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

Color convert

RGB 165 69 15 -
CMYK 0 0.58 0.91 0.35
HSL 21.6º 0.83% 0.35% -
HSV(B) 21.6º 0.91% 0.65% -
XYZ 17.73 12.29 1.89 -
YUV 91.55 84.8 180.39 -
System Red Green Blue C M Y K H S L
Decimal 165 69 15 0 0.58 0.91 0.35 21.6 0.83 0.35
Hex A5 45 F 0 3A 5B 23 16 53 23
Octal 245 105 17 0 72 133 43 26 123 43
Binary 10100101 1000101 1111 0 111010 1011011 100011 10110 1010011 100011

Color Harmonies of #A5450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5450F

Black with #A5450F

Text Example


Text Example

White with #A5450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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