Html Css Color HEX #A13213 Rust

📋 copy color: '#A13213'

red 161 ◦ green 50 ◦ blue 19

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

Shades of Rust #A13213

Tints of Rust #A13213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 70%
G = 21.74%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A13213 (or 0xA13213) is known color: Rust. HEX triplet: A1, 32 and 13. RGB value is (161,50,19). Sum of RGB (Red+Green+Blue) = 161+50+19=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A13213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13213 is #5ECDEC. Grayscale: #4F4F4F. Windows color (decimal): -6213101 or 1258145. OLE color: 1258145.

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

Color convert

RGB 161 50 19 -
CMYK 0 0.69 0.88 0.37
HSL 13.1º 0.79% 0.35% -
HSV(B) 13.1º 0.88% 0.63% -
XYZ 15.96 9.91 1.69 -
YUV 79.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 161 50 19 0 0.69 0.88 0.37 13.1 0.79 0.35
Hex A1 32 13 0 45 58 25 D 4F 23
Octal 241 62 23 0 105 130 45 15 117 43
Binary 10100001 110010 10011 0 1000101 1011000 100101 1101 1001111 100011

Color Harmonies of #A13213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13213

Black with #A13213

Text Example


Text Example

White with #A13213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13213; }

 p { color: rgb(161,50,19); }

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

background-color css

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

 a { background-color: rgb(161,50,19); }

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

border-color css

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

 span { border-color: rgb(161,50,19); }

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