Html Css Color HEX #A13A12 Rust

📋 copy color: '#A13A12'

red 161 ◦ green 58 ◦ blue 18

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

Shades of Rust #A13A12

Tints of Rust #A13A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.47%

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 67.93%
G = 24.47%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A13A12 (or 0xA13A12) is known color: Rust. HEX triplet: A1, 3A and 12. RGB value is (161,58,18). Sum of RGB (Red+Green+Blue) = 161+58+18=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13A12 is #5EC5ED. Grayscale: #545454. Windows color (decimal): -6211054 or 1194657. OLE color: 1194657.

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

Color convert

RGB 161 58 18 -
CMYK 0 0.64 0.89 0.37
HSL 16.78º 0.8% 0.35% -
HSV(B) 16.78º 0.89% 0.63% -
XYZ 16.32 10.65 1.77 -
YUV 84.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 161 58 18 0 0.64 0.89 0.37 16.78 0.8 0.35
Hex A1 3A 12 0 40 59 25 11 50 23
Octal 241 72 22 0 100 131 45 21 120 43
Binary 10100001 111010 10010 0 1000000 1011001 100101 10001 1010000 100011

Color Harmonies of #A13A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13A12

Black with #A13A12

Text Example


Text Example

White with #A13A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13A12; }

 p { color: rgb(161,58,18); }

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

background-color css

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

 a { background-color: rgb(161,58,18); }

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

border-color css

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

 span { border-color: rgb(161,58,18); }

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