Html Css Color HEX #A1300F Rust

📋 copy color: '#A1300F'

red 161 ◦ green 48 ◦ blue 15

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

Shades of Rust #A1300F

Tints of Rust #A1300F

RGB

 RED value IS 161 (63.28% from 255) = 71.88%

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 71.88%
G = 21.43%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1300F (or 0xA1300F) is known color: Rust. HEX triplet: A1, 30 and 0F. RGB value is (161,48,15). Sum of RGB (Red+Green+Blue) = 161+48+15=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A1300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1300F is #5ECFF0. Grayscale: #4E4E4E. Windows color (decimal): -6213617 or 995489. OLE color: 995489.

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

Color convert

RGB 161 48 15 -
CMYK 0 0.70 0.91 0.37
HSL 13.56º 0.83% 0.35% -
HSV(B) 13.56º 0.91% 0.63% -
XYZ 15.84 9.73 1.49 -
YUV 78.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 161 48 15 0 0.70 0.91 0.37 13.56 0.83 0.35
Hex A1 30 F 0 46 5B 25 E 53 23
Octal 241 60 17 0 106 133 45 16 123 43
Binary 10100001 110000 1111 0 1000110 1011011 100101 1110 1010011 100011

Color Harmonies of #A1300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1300F

Black with #A1300F

Text Example


Text Example

White with #A1300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1300F; }

 p { color: rgb(161,48,15); }

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

background-color css

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

 a { background-color: rgb(161,48,15); }

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

border-color css

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

 span { border-color: rgb(161,48,15); }

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