Html Css Color HEX #A5410F Rust

📋 copy color: '#A5410F'

red 165 ◦ green 65 ◦ blue 15

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

Shades of Rust #A5410F

Tints of Rust #A5410F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

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

R = 67.35%
G = 26.53%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5410F (or 0xA5410F) is known color: Rust. HEX triplet: A5, 41 and 0F. RGB value is (165,65,15). Sum of RGB (Red+Green+Blue) = 165+65+15=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5410F is #5ABEF0. Grayscale: #595959. Windows color (decimal): -5947121 or 999845. OLE color: 999845.

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

Color convert

RGB 165 65 15 -
CMYK 0 0.61 0.91 0.35
HSL 20º 0.83% 0.35% -
HSV(B) 20º 0.91% 0.65% -
XYZ 17.49 11.81 1.81 -
YUV 89.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 165 65 15 0 0.61 0.91 0.35 20 0.83 0.35
Hex A5 41 F 0 3D 5B 23 14 53 23
Octal 245 101 17 0 75 133 43 24 123 43
Binary 10100101 1000001 1111 0 111101 1011011 100011 10100 1010011 100011

Color Harmonies of #A5410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5410F

Black with #A5410F

Text Example


Text Example

White with #A5410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5410F; }

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

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

background-color css

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

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

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

border-color css

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

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

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