Html Css Color HEX #A3360D Rust

📋 copy color: '#A3360D'

red 163 ◦ green 54 ◦ blue 13

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

Shades of Rust #A3360D

Tints of Rust #A3360D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

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

R = 70.87%
G = 23.48%
B = 5.65%

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

#A3360D (or 0xA3360D) is known color: Rust. HEX triplet: A3, 36 and 0D. RGB value is (163,54,13). Sum of RGB (Red+Green+Blue) = 163+54+13=230 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.87% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 163 - color contains mainly: red. Hex color #A3360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3360D is #5CC9F2. Grayscale: #525252. Windows color (decimal): -6081011 or 865955. OLE color: 865955.

HSL color Cylindrical-coordinate representation of color #A3360D: hue angle of 16.4º 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 #A3360D is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 54 13 -
CMYK 0 0.67 0.92 0.36
HSL 16.4º 0.85% 0.35% -
HSV(B) 16.4º 0.92% 0.64% -
XYZ 16.5 10.45 1.53 -
YUV 81.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 163 54 13 0 0.67 0.92 0.36 16.4 0.85 0.35
Hex A3 36 D 0 43 5C 24 10 55 23
Octal 243 66 15 0 103 134 44 20 125 43
Binary 10100011 110110 1101 0 1000011 1011100 100100 10000 1010101 100011

Color Harmonies of #A3360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3360D

Black with #A3360D

Text Example


Text Example

White with #A3360D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3360D; }

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

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

background-color css

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

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

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

border-color css

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

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

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