Html Css Color HEX #AB421B Rust

📋 copy color: '#AB421B'

red 171 ◦ green 66 ◦ blue 27

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

Shades of Rust #AB421B

Tints of Rust #AB421B

RGB

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

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

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

R = 64.77%
G = 25%
B = 10.23%

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

#AB421B (or 0xAB421B) is known color: Rust. HEX triplet: AB, 42 and 1B. RGB value is (171,66,27). Sum of RGB (Red+Green+Blue) = 171+66+27=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB421B is #54BDE4. Grayscale: #5D5D5D. Windows color (decimal): -5553637 or 1786539. OLE color: 1786539.

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

Color convert

RGB 171 66 27 -
CMYK 0 0.61 0.84 0.33
HSL 16.25º 0.73% 0.39% -
HSV(B) 16.25º 0.84% 0.67% -
XYZ 18.94 12.63 2.48 -
YUV 92.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 171 66 27 0 0.61 0.84 0.33 16.25 0.73 0.39
Hex AB 42 1B 0 3D 54 21 10 49 27
Octal 253 102 33 0 75 124 41 20 111 47
Binary 10101011 1000010 11011 0 111101 1010100 100001 10000 1001001 100111

Color Harmonies of #AB421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB421B

Black with #AB421B

Text Example


Text Example

White with #AB421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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