Html Css Color HEX #A03008 Rust

📋 copy color: '#A03008'

red 160 ◦ green 48 ◦ blue 8

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

Shades of Rust #A03008

Tints of Rust #A03008

RGB

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

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

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

R = 74.07%
G = 22.22%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A03008 (or 0xA03008) is known color: Rust. HEX triplet: A0, 30 and 08. RGB value is (160,48,8). Sum of RGB (Red+Green+Blue) = 160+48+8=216 (28% of max value = 765). Red value is 160 (62.89% from 255 or 74.07% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 160 - color contains mainly: red. Hex color #A03008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03008 is #5FCFF7. Grayscale: #4D4D4D. Windows color (decimal): -6279160 or 536736. OLE color: 536736.

HSL color Cylindrical-coordinate representation of color #A03008: hue angle of 15.79º 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 #A03008 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 8 -
CMYK 0 0.70 0.95 0.37
HSL 15.79º 0.9% 0.33% -
HSV(B) 15.79º 0.95% 0.63% -
XYZ 15.6 9.61 1.26 -
YUV 76.93 89.11 187.25 -
System Red Green Blue C M Y K H S L
Decimal 160 48 8 0 0.70 0.95 0.37 15.79 0.9 0.33
Hex A0 30 8 0 46 5F 25 10 5A 21
Octal 240 60 10 0 106 137 45 20 132 41
Binary 10100000 110000 1000 0 1000110 1011111 100101 10000 1011010 100001

Color Harmonies of #A03008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03008

Black with #A03008

Text Example


Text Example

White with #A03008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03008; }

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

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

background-color css

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

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

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

border-color css

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

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

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