Html Css Color HEX #AD450C Rust

📋 copy color: '#AD450C'

red 173 ◦ green 69 ◦ blue 12

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

Shades of Rust #AD450C

Tints of Rust #AD450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 68.11%
G = 27.17%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD450C (or 0xAD450C) is known color: Rust. HEX triplet: AD, 45 and 0C. RGB value is (173,69,12). Sum of RGB (Red+Green+Blue) = 173+69+12=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD450C is #52BAF3. Grayscale: #5D5D5D. Windows color (decimal): -5421812 or 804269. OLE color: 804269.

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

Color convert

RGB 173 69 12 -
CMYK 0 0.60 0.93 0.32
HSL 21.24º 0.87% 0.36% -
HSV(B) 21.24º 0.93% 0.68% -
XYZ 19.43 13.17 1.87 -
YUV 93.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 173 69 12 0 0.60 0.93 0.32 21.24 0.87 0.36
Hex AD 45 C 0 3C 5D 20 15 57 24
Octal 255 105 14 0 74 135 40 25 127 44
Binary 10101101 1000101 1100 0 111100 1011101 100000 10101 1010111 100100

Color Harmonies of #AD450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD450C

Black with #AD450C

Text Example


Text Example

White with #AD450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD450C; }

 p { color: rgb(173,69,12); }

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

background-color css

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

 a { background-color: rgb(173,69,12); }

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

border-color css

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

 span { border-color: rgb(173,69,12); }

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