Html Css Color HEX #AD431C Rust

📋 copy color: '#AD431C'

red 173 ◦ green 67 ◦ blue 28

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

Shades of Rust #AD431C

Tints of Rust #AD431C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

 BLUE value IS 28 (11.33% from 255) = 10.45%

R = 64.55%
G = 25%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD431C (or 0xAD431C) is known color: Rust. HEX triplet: AD, 43 and 1C. RGB value is (173,67,28). Sum of RGB (Red+Green+Blue) = 173+67+28=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD431C is #52BCE3. Grayscale: #5E5E5E. Windows color (decimal): -5422308 or 1852333. OLE color: 1852333.

HSL color Cylindrical-coordinate representation of color #AD431C: hue angle of 16.14º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD431C is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 67 28 -
CMYK 0 0.61 0.84 0.32
HSL 16.14º 0.72% 0.39% -
HSV(B) 16.14º 0.84% 0.68% -
XYZ 19.45 12.98 2.58 -
YUV 94.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 173 67 28 0 0.61 0.84 0.32 16.14 0.72 0.39
Hex AD 43 1C 0 3D 54 20 10 48 27
Octal 255 103 34 0 75 124 40 20 110 47
Binary 10101101 1000011 11100 0 111101 1010100 100000 10000 1001000 100111

Color Harmonies of #AD431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD431C

Black with #AD431C

Text Example


Text Example

White with #AD431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD431C; }

 p { color: rgb(173,67,28); }

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

background-color css

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

 a { background-color: rgb(173,67,28); }

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

border-color css

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

 span { border-color: rgb(173,67,28); }

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