Html Css Color HEX #A03508 Rust

📋 copy color: '#A03508'

red 160 ◦ green 53 ◦ blue 8

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

Shades of Rust #A03508

Tints of Rust #A03508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 72.4%
G = 23.98%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A03508 (or 0xA03508) is known color: Rust. HEX triplet: A0, 35 and 08. RGB value is (160,53,8). Sum of RGB (Red+Green+Blue) = 160+53+8=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A03508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03508 is #5FCAF7. Grayscale: #505050. Windows color (decimal): -6277880 or 538016. OLE color: 538016.

HSL color Cylindrical-coordinate representation of color #A03508: hue angle of 17.76º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A03508 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 53 8 -
CMYK 0 0.67 0.95 0.37
HSL 17.76º 0.9% 0.33% -
HSV(B) 17.76º 0.95% 0.63% -
XYZ 15.81 10.04 1.33 -
YUV 79.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 160 53 8 0 0.67 0.95 0.37 17.76 0.9 0.33
Hex A0 35 8 0 43 5F 25 12 5A 21
Octal 240 65 10 0 103 137 45 22 132 41
Binary 10100000 110101 1000 0 1000011 1011111 100101 10010 1011010 100001

Color Harmonies of #A03508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03508

Black with #A03508

Text Example


Text Example

White with #A03508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03508; }

 p { color: rgb(160,53,8); }

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

background-color css

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

 a { background-color: rgb(160,53,8); }

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

border-color css

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

 span { border-color: rgb(160,53,8); }

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