Html Css Color HEX #AB3814 Rust

📋 copy color: '#AB3814'

red 171 ◦ green 56 ◦ blue 20

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

Shades of Rust #AB3814

Tints of Rust #AB3814

RGB

 RED value IS 171 (67.19% from 255) = 69.23%

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

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 69.23%
G = 22.67%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB3814 (or 0xAB3814) is known color: Rust. HEX triplet: AB, 38 and 14. RGB value is (171,56,20). Sum of RGB (Red+Green+Blue) = 171+56+20=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3814 is #54C7EB. Grayscale: #565656. Windows color (decimal): -5556204 or 1325227. OLE color: 1325227.

HSL color Cylindrical-coordinate representation of color #AB3814: hue angle of 14.3º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB3814 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 56 20 -
CMYK 0 0.67 0.88 0.33
HSL 14.3º 0.79% 0.37% -
HSV(B) 14.3º 0.88% 0.67% -
XYZ 18.34 11.54 1.92 -
YUV 86.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 171 56 20 0 0.67 0.88 0.33 14.3 0.79 0.37
Hex AB 38 14 0 43 58 21 E 4F 25
Octal 253 70 24 0 103 130 41 16 117 45
Binary 10101011 111000 10100 0 1000011 1011000 100001 1110 1001111 100101

Color Harmonies of #AB3814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3814

Black with #AB3814

Text Example


Text Example

White with #AB3814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3814; }

 p { color: rgb(171,56,20); }

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

background-color css

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

 a { background-color: rgb(171,56,20); }

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

border-color css

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

 span { border-color: rgb(171,56,20); }

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