Html Css Color HEX #AB2904 Rust

📋 copy color: '#AB2904'

red 171 ◦ green 41 ◦ blue 4

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

Shades of Rust #AB2904

Tints of Rust #AB2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

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

R = 79.17%
G = 18.98%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB2904 (or 0xAB2904) is known color: Rust. HEX triplet: AB, 29 and 04. RGB value is (171,41,4). Sum of RGB (Red+Green+Blue) = 171+41+4=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2904 is #54D6FB. Grayscale: #4B4B4B. Windows color (decimal): -5560060 or 272811. OLE color: 272811.

HSL color Cylindrical-coordinate representation of color #AB2904: hue angle of 13.29º 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 #AB2904 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 4 -
CMYK 0 0.76 0.98 0.33
HSL 13.29º 0.95% 0.34% -
HSV(B) 13.29º 0.98% 0.67% -
XYZ 17.61 10.25 1.17 -
YUV 75.65 87.57 196.01 -
System Red Green Blue C M Y K H S L
Decimal 171 41 4 0 0.76 0.98 0.33 13.29 0.95 0.34
Hex AB 29 4 0 4C 62 21 D 5F 22
Octal 253 51 4 0 114 142 41 15 137 42
Binary 10101011 101001 100 0 1001100 1100010 100001 1101 1011111 100010

Color Harmonies of #AB2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2904

Black with #AB2904

Text Example


Text Example

White with #AB2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2904; }

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

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

background-color css

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

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

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

border-color css

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

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

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