Html Css Color HEX #A3350C Rust

📋 copy color: '#A3350C'

red 163 ◦ green 53 ◦ blue 12

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

Shades of Rust #A3350C

Tints of Rust #A3350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.26%

R = 71.49%
G = 23.25%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3350C (or 0xA3350C) is known color: Rust. HEX triplet: A3, 35 and 0C. RGB value is (163,53,12). Sum of RGB (Red+Green+Blue) = 163+53+12=228 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.49% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 163 - color contains mainly: red. Hex color #A3350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3350C is #5CCAF3. Grayscale: #515151. Windows color (decimal): -6081268 or 800163. OLE color: 800163.

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

Color convert

RGB 163 53 12 -
CMYK 0 0.67 0.93 0.36
HSL 16.29º 0.86% 0.34% -
HSV(B) 16.29º 0.93% 0.64% -
XYZ 16.44 10.36 1.48 -
YUV 81.22 88.94 186.33 -
System Red Green Blue C M Y K H S L
Decimal 163 53 12 0 0.67 0.93 0.36 16.29 0.86 0.34
Hex A3 35 C 0 43 5D 24 10 56 22
Octal 243 65 14 0 103 135 44 20 126 42
Binary 10100011 110101 1100 0 1000011 1011101 100100 10000 1010110 100010

Color Harmonies of #A3350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3350C

Black with #A3350C

Text Example


Text Example

White with #A3350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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