Html Css Color HEX #A3390F Rust

📋 copy color: '#A3390F'

red 163 ◦ green 57 ◦ blue 15

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

Shades of Rust #A3390F

Tints of Rust #A3390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

 BLUE value IS 15 (6.25% from 255) = 6.38%

R = 69.36%
G = 24.26%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3390F (or 0xA3390F) is known color: Rust. HEX triplet: A3, 39 and 0F. RGB value is (163,57,15). Sum of RGB (Red+Green+Blue) = 163+57+15=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A3390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3390F is #5CC6F0. Grayscale: #545454. Windows color (decimal): -6080241 or 997795. OLE color: 997795.

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

Color convert

RGB 163 57 15 -
CMYK 0 0.65 0.91 0.36
HSL 17.03º 0.83% 0.35% -
HSV(B) 17.03º 0.91% 0.64% -
XYZ 16.65 10.75 1.65 -
YUV 83.91 89.12 184.42 -
System Red Green Blue C M Y K H S L
Decimal 163 57 15 0 0.65 0.91 0.36 17.03 0.83 0.35
Hex A3 39 F 0 41 5B 24 11 53 23
Octal 243 71 17 0 101 133 44 21 123 43
Binary 10100011 111001 1111 0 1000001 1011011 100100 10001 1010011 100011

Color Harmonies of #A3390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3390F

Black with #A3390F

Text Example


Text Example

White with #A3390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3390F; }

 p { color: rgb(163,57,15); }

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

background-color css

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

 a { background-color: rgb(163,57,15); }

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

border-color css

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

 span { border-color: rgb(163,57,15); }

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