Html Css Color HEX #A3380E Rust

📋 copy color: '#A3380E'

red 163 ◦ green 56 ◦ blue 14

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

Shades of Rust #A3380E

Tints of Rust #A3380E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.01%

R = 69.96%
G = 24.03%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3380E (or 0xA3380E) is known color: Rust. HEX triplet: A3, 38 and 0E. RGB value is (163,56,14). Sum of RGB (Red+Green+Blue) = 163+56+14=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A3380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3380E is #5CC7F1. Grayscale: #535353. Windows color (decimal): -6080498 or 932003. OLE color: 932003.

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

Color convert

RGB 163 56 14 -
CMYK 0 0.66 0.91 0.36
HSL 16.91º 0.84% 0.35% -
HSV(B) 16.91º 0.91% 0.64% -
XYZ 16.6 10.65 1.6 -
YUV 83.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 163 56 14 0 0.66 0.91 0.36 16.91 0.84 0.35
Hex A3 38 E 0 42 5B 24 11 54 23
Octal 243 70 16 0 102 133 44 21 124 43
Binary 10100011 111000 1110 0 1000010 1011011 100100 10001 1010100 100011

Color Harmonies of #A3380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3380E

Black with #A3380E

Text Example


Text Example

White with #A3380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3380E; }

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

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

background-color css

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

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

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

border-color css

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

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

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