Html Css Color HEX #AD331A Rust

📋 copy color: '#AD331A'

red 173 ◦ green 51 ◦ blue 26

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

Shades of Rust #AD331A

Tints of Rust #AD331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

 BLUE value IS 26 (10.55% from 255) = 10.4%

R = 69.2%
G = 20.4%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD331A (or 0xAD331A) is known color: Rust. HEX triplet: AD, 33 and 1A. RGB value is (173,51,26). Sum of RGB (Red+Green+Blue) = 173+51+26=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD331A is #52CCE5. Grayscale: #545454. Windows color (decimal): -5426406 or 1717165. OLE color: 1717165.

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

Color convert

RGB 173 51 26 -
CMYK 0 0.71 0.85 0.32
HSL 10.2º 0.74% 0.39% -
HSV(B) 10.2º 0.85% 0.68% -
XYZ 18.6 11.33 2.18 -
YUV 84.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 173 51 26 0 0.71 0.85 0.32 10.2 0.74 0.39
Hex AD 33 1A 0 47 55 20 A 4A 27
Octal 255 63 32 0 107 125 40 12 112 47
Binary 10101101 110011 11010 0 1000111 1010101 100000 1010 1001010 100111

Color Harmonies of #AD331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD331A

Black with #AD331A

Text Example


Text Example

White with #AD331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD331A; }

 p { color: rgb(173,51,26); }

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

background-color css

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

 a { background-color: rgb(173,51,26); }

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

border-color css

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

 span { border-color: rgb(173,51,26); }

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