Html Css Color HEX #A3350D Rust

📋 copy color: '#A3350D'

red 163 ◦ green 53 ◦ blue 13

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

Shades of Rust #A3350D

Tints of Rust #A3350D

RGB

 RED value IS 163 (64.06% from 255) = 71.18%

 GREEN value IS 53 (21.09% from 255) = 23.14%

 BLUE value IS 13 (5.47% from 255) = 5.68%

R = 71.18%
G = 23.14%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3350D (or 0xA3350D) is known color: Rust. HEX triplet: A3, 35 and 0D. RGB value is (163,53,13). Sum of RGB (Red+Green+Blue) = 163+53+13=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A3350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3350D is #5CCAF2. Grayscale: #515151. Windows color (decimal): -6081267 or 865699. OLE color: 865699.

HSL color Cylindrical-coordinate representation of color #A3350D: hue angle of 16º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3350D is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 53 13 -
CMYK 0 0.67 0.92 0.36
HSL 16º 0.85% 0.35% -
HSV(B) 16º 0.92% 0.64% -
XYZ 16.45 10.36 1.51 -
YUV 81.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 163 53 13 0 0.67 0.92 0.36 16 0.85 0.35
Hex A3 35 D 0 43 5C 24 10 55 23
Octal 243 65 15 0 103 134 44 20 125 43
Binary 10100011 110101 1101 0 1000011 1011100 100100 10000 1010101 100011

Color Harmonies of #A3350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3350D

Black with #A3350D

Text Example


Text Example

White with #A3350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3350D; }

 p { color: rgb(163,53,13); }

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

background-color css

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

 a { background-color: rgb(163,53,13); }

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

border-color css

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

 span { border-color: rgb(163,53,13); }

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