Html Css Color HEX #A3380A Rust

📋 copy color: '#A3380A'

red 163 ◦ green 56 ◦ blue 10

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

Shades of Rust #A3380A

Tints of Rust #A3380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.45%

 BLUE value IS 10 (4.3% from 255) = 4.37%

R = 71.18%
G = 24.45%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3380A (or 0xA3380A) is known color: Rust. HEX triplet: A3, 38 and 0A. RGB value is (163,56,10). Sum of RGB (Red+Green+Blue) = 163+56+10=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A3380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3380A is #5CC7F5. Grayscale: #535353. Windows color (decimal): -6080502 or 669859. OLE color: 669859.

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

Color convert

RGB 163 56 10 -
CMYK 0 0.66 0.94 0.36
HSL 18.04º 0.88% 0.34% -
HSV(B) 18.04º 0.94% 0.64% -
XYZ 16.57 10.64 1.47 -
YUV 82.75 86.95 185.24 -
System Red Green Blue C M Y K H S L
Decimal 163 56 10 0 0.66 0.94 0.36 18.04 0.88 0.34
Hex A3 38 A 0 42 5E 24 12 58 22
Octal 243 70 12 0 102 136 44 22 130 42
Binary 10100011 111000 1010 0 1000010 1011110 100100 10010 1011000 100010

Color Harmonies of #A3380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3380A

Black with #A3380A

Text Example


Text Example

White with #A3380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3380A; }

 p { color: rgb(163,56,10); }

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

background-color css

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

 a { background-color: rgb(163,56,10); }

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

border-color css

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

 span { border-color: rgb(163,56,10); }

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