Html Css Color HEX #AB2804 Rust

📋 copy color: '#AB2804'

red 171 ◦ green 40 ◦ blue 4

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

Shades of Rust #AB2804

Tints of Rust #AB2804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.6%

 BLUE value IS 4 (1.95% from 255) = 1.86%

R = 79.53%
G = 18.6%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB2804 (or 0xAB2804) is known color: Rust. HEX triplet: AB, 28 and 04. RGB value is (171,40,4). Sum of RGB (Red+Green+Blue) = 171+40+4=215 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.53% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2804 is #54D7FB. Grayscale: #4B4B4B. Windows color (decimal): -5560316 or 272555. OLE color: 272555.

HSL color Cylindrical-coordinate representation of color #AB2804: hue angle of 12.93º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB2804 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 40 4 -
CMYK 0 0.77 0.98 0.33
HSL 12.93º 0.95% 0.34% -
HSV(B) 12.93º 0.98% 0.67% -
XYZ 17.58 10.18 1.15 -
YUV 75.07 87.9 196.43 -
System Red Green Blue C M Y K H S L
Decimal 171 40 4 0 0.77 0.98 0.33 12.93 0.95 0.34
Hex AB 28 4 0 4D 62 21 D 5F 22
Octal 253 50 4 0 115 142 41 15 137 42
Binary 10101011 101000 100 0 1001101 1100010 100001 1101 1011111 100010

Color Harmonies of #AB2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2804

Black with #AB2804

Text Example


Text Example

White with #AB2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2804; }

 p { color: rgb(171,40,4); }

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

background-color css

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

 a { background-color: rgb(171,40,4); }

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

border-color css

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

 span { border-color: rgb(171,40,4); }

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