Html Css Color HEX #A03A0F Rust

📋 copy color: '#A03A0F'

red 160 ◦ green 58 ◦ blue 15

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

Shades of Rust #A03A0F

Tints of Rust #A03A0F

RGB

 RED value IS 160 (62.89% from 255) = 68.67%

 GREEN value IS 58 (23.05% from 255) = 24.89%

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

R = 68.67%
G = 24.89%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A03A0F (or 0xA03A0F) is known color: Rust. HEX triplet: A0, 3A and 0F. RGB value is (160,58,15). Sum of RGB (Red+Green+Blue) = 160+58+15=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A0F is #5FC5F0. Grayscale: #535353. Windows color (decimal): -6276593 or 998048. OLE color: 998048.

HSL color Cylindrical-coordinate representation of color #A03A0F: hue angle of 17.79º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A03A0F is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 58 15 -
CMYK 0 0.64 0.91 0.37
HSL 17.79º 0.83% 0.34% -
HSV(B) 17.79º 0.91% 0.63% -
XYZ 16.1 10.53 1.64 -
YUV 83.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 160 58 15 0 0.64 0.91 0.37 17.79 0.83 0.34
Hex A0 3A F 0 40 5B 25 12 53 22
Octal 240 72 17 0 100 133 45 22 123 42
Binary 10100000 111010 1111 0 1000000 1011011 100101 10010 1010011 100010

Color Harmonies of #A03A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A0F

Black with #A03A0F

Text Example


Text Example

White with #A03A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A0F; }

 p { color: rgb(160,58,15); }

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

background-color css

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

 a { background-color: rgb(160,58,15); }

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

border-color css

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

 span { border-color: rgb(160,58,15); }

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