Html Css Color HEX #AD381B Rust

📋 copy color: '#AD381B'

red 173 ◦ green 56 ◦ blue 27

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

Shades of Rust #AD381B

Tints of Rust #AD381B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 67.58%
G = 21.88%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD381B (or 0xAD381B) is known color: Rust. HEX triplet: AD, 38 and 1B. RGB value is (173,56,27). Sum of RGB (Red+Green+Blue) = 173+56+27=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD381B is #52C7E4. Grayscale: #575757. Windows color (decimal): -5425125 or 1783981. OLE color: 1783981.

HSL color Cylindrical-coordinate representation of color #AD381B: hue angle of 11.92º degrees, saturation: 0.73, 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 #AD381B is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 56 27 -
CMYK 0 0.68 0.84 0.32
HSL 11.92º 0.73% 0.39% -
HSV(B) 11.92º 0.84% 0.68% -
XYZ 18.85 11.79 2.32 -
YUV 87.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 173 56 27 0 0.68 0.84 0.32 11.92 0.73 0.39
Hex AD 38 1B 0 44 54 20 C 49 27
Octal 255 70 33 0 104 124 40 14 111 47
Binary 10101101 111000 11011 0 1000100 1010100 100000 1100 1001001 100111

Color Harmonies of #AD381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD381B

Black with #AD381B

Text Example


Text Example

White with #AD381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD381B; }

 p { color: rgb(173,56,27); }

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

background-color css

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

 a { background-color: rgb(173,56,27); }

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

border-color css

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

 span { border-color: rgb(173,56,27); }

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