Html Css Color HEX #A03413 Rust

📋 copy color: '#A03413'

red 160 ◦ green 52 ◦ blue 19

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

Shades of Rust #A03413

Tints of Rust #A03413

RGB

 RED value IS 160 (62.89% from 255) = 69.26%

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 69.26%
G = 22.51%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A03413 (or 0xA03413) is known color: Rust. HEX triplet: A0, 34 and 13. RGB value is (160,52,19). Sum of RGB (Red+Green+Blue) = 160+52+19=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A03413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03413 is #5FCBEC. Grayscale: #505050. Windows color (decimal): -6278125 or 1258656. OLE color: 1258656.

HSL color Cylindrical-coordinate representation of color #A03413: hue angle of 14.04º 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 #A03413 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 19 -
CMYK 0 0.68 0.88 0.37
HSL 14.04º 0.79% 0.35% -
HSV(B) 14.04º 0.88% 0.63% -
XYZ 15.84 9.98 1.71 -
YUV 80.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 160 52 19 0 0.68 0.88 0.37 14.04 0.79 0.35
Hex A0 34 13 0 44 58 25 E 4F 23
Octal 240 64 23 0 104 130 45 16 117 43
Binary 10100000 110100 10011 0 1000100 1011000 100101 1110 1001111 100011

Color Harmonies of #A03413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03413

Black with #A03413

Text Example


Text Example

White with #A03413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03413; }

 p { color: rgb(160,52,19); }

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

background-color css

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

 a { background-color: rgb(160,52,19); }

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

border-color css

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

 span { border-color: rgb(160,52,19); }

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