Html Css Color HEX #A3300E Rust

📋 copy color: '#A3300E'

red 163 ◦ green 48 ◦ blue 14

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

Shades of Rust #A3300E

Tints of Rust #A3300E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.33%

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

R = 72.44%
G = 21.33%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3300E (or 0xA3300E) is known color: Rust. HEX triplet: A3, 30 and 0E. RGB value is (163,48,14). Sum of RGB (Red+Green+Blue) = 163+48+14=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A3300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3300E is #5CCFF1. Grayscale: #4E4E4E. Windows color (decimal): -6082546 or 929955. OLE color: 929955.

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

Color convert

RGB 163 48 14 -
CMYK 0 0.71 0.91 0.36
HSL 13.69º 0.84% 0.35% -
HSV(B) 13.69º 0.91% 0.64% -
XYZ 16.24 9.93 1.48 -
YUV 78.51 91.6 188.26 -
System Red Green Blue C M Y K H S L
Decimal 163 48 14 0 0.71 0.91 0.36 13.69 0.84 0.35
Hex A3 30 E 0 47 5B 24 E 54 23
Octal 243 60 16 0 107 133 44 16 124 43
Binary 10100011 110000 1110 0 1000111 1011011 100100 1110 1010100 100011

Color Harmonies of #A3300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3300E

Black with #A3300E

Text Example


Text Example

White with #A3300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3300E; }

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

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

background-color css

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

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

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

border-color css

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

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

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