Html Css Color HEX #A3370F Rust

📋 copy color: '#A3370F'

red 163 ◦ green 55 ◦ blue 15

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

Shades of Rust #A3370F

Tints of Rust #A3370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

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

R = 69.96%
G = 23.61%
B = 6.44%

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

#A3370F (or 0xA3370F) is known color: Rust. HEX triplet: A3, 37 and 0F. RGB value is (163,55,15). Sum of RGB (Red+Green+Blue) = 163+55+15=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A3370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3370F is #5CC8F0. Grayscale: #535353. Windows color (decimal): -6080753 or 997283. OLE color: 997283.

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

Color convert

RGB 163 55 15 -
CMYK 0 0.66 0.91 0.36
HSL 16.22º 0.83% 0.35% -
HSV(B) 16.22º 0.91% 0.64% -
XYZ 16.56 10.55 1.62 -
YUV 82.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 163 55 15 0 0.66 0.91 0.36 16.22 0.83 0.35
Hex A3 37 F 0 42 5B 24 10 53 23
Octal 243 67 17 0 102 133 44 20 123 43
Binary 10100011 110111 1111 0 1000010 1011011 100100 10000 1010011 100011

Color Harmonies of #A3370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3370F

Black with #A3370F

Text Example


Text Example

White with #A3370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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