Html Css Color HEX #AB421C Rust

📋 copy color: '#AB421C'

red 171 ◦ green 66 ◦ blue 28

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

Shades of Rust #AB421C

Tints of Rust #AB421C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 64.53%
G = 24.91%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB421C (or 0xAB421C) is known color: Rust. HEX triplet: AB, 42 and 1C. RGB value is (171,66,28). Sum of RGB (Red+Green+Blue) = 171+66+28=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB421C is #54BDE3. Grayscale: #5D5D5D. Windows color (decimal): -5553636 or 1852075. OLE color: 1852075.

HSL color Cylindrical-coordinate representation of color #AB421C: hue angle of 15.94º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB421C is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 28 -
CMYK 0 0.61 0.84 0.33
HSL 15.94º 0.72% 0.39% -
HSV(B) 15.94º 0.84% 0.67% -
XYZ 18.95 12.64 2.54 -
YUV 93.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 171 66 28 0 0.61 0.84 0.33 15.94 0.72 0.39
Hex AB 42 1C 0 3D 54 21 10 48 27
Octal 253 102 34 0 75 124 41 20 110 47
Binary 10101011 1000010 11100 0 111101 1010100 100001 10000 1001000 100111

Color Harmonies of #AB421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB421C

Black with #AB421C

Text Example


Text Example

White with #AB421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB421C; }

 p { color: rgb(171,66,28); }

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

background-color css

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

 a { background-color: rgb(171,66,28); }

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

border-color css

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

 span { border-color: rgb(171,66,28); }

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