Html Css Color HEX #AD280A Rust

📋 copy color: '#AD280A'

red 173 ◦ green 40 ◦ blue 10

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

Shades of Rust #AD280A

Tints of Rust #AD280A

RGB

 RED value IS 173 (67.97% from 255) = 77.58%

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 10 (4.3% from 255) = 4.48%

R = 77.58%
G = 17.94%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD280A (or 0xAD280A) is known color: Rust. HEX triplet: AD, 28 and 0A. RGB value is (173,40,10). Sum of RGB (Red+Green+Blue) = 173+40+10=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD280A is #52D7F5. Grayscale: #4C4C4C. Windows color (decimal): -5429238 or 665773. OLE color: 665773.

HSL color Cylindrical-coordinate representation of color #AD280A: hue angle of 11.04º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD280A is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 40 10 -
CMYK 0 0.77 0.94 0.32
HSL 11.04º 0.89% 0.36% -
HSV(B) 11.04º 0.94% 0.68% -
XYZ 18.05 10.42 1.35 -
YUV 76.35 90.56 196.94 -
System Red Green Blue C M Y K H S L
Decimal 173 40 10 0 0.77 0.94 0.32 11.04 0.89 0.36
Hex AD 28 A 0 4D 5E 20 B 59 24
Octal 255 50 12 0 115 136 40 13 131 44
Binary 10101101 101000 1010 0 1001101 1011110 100000 1011 1011001 100100

Color Harmonies of #AD280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD280A

Black with #AD280A

Text Example


Text Example

White with #AD280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD280A; }

 p { color: rgb(173,40,10); }

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

background-color css

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

 a { background-color: rgb(173,40,10); }

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

border-color css

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

 span { border-color: rgb(173,40,10); }

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