Html Css Color HEX #AB420F Rust

📋 copy color: '#AB420F'

red 171 ◦ green 66 ◦ blue 15

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

Shades of Rust #AB420F

Tints of Rust #AB420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 67.86%
G = 26.19%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB420F (or 0xAB420F) is known color: Rust. HEX triplet: AB, 42 and 0F. RGB value is (171,66,15). Sum of RGB (Red+Green+Blue) = 171+66+15=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB420F is #54BDF0. Grayscale: #5B5B5B. Windows color (decimal): -5553649 or 1000107. OLE color: 1000107.

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

Color convert

RGB 171 66 15 -
CMYK 0 0.61 0.91 0.33
HSL 19.62º 0.84% 0.36% -
HSV(B) 19.62º 0.91% 0.67% -
XYZ 18.83 12.59 1.89 -
YUV 91.58 84.79 184.65 -
System Red Green Blue C M Y K H S L
Decimal 171 66 15 0 0.61 0.91 0.33 19.62 0.84 0.36
Hex AB 42 F 0 3D 5B 21 14 54 24
Octal 253 102 17 0 75 133 41 24 124 44
Binary 10101011 1000010 1111 0 111101 1011011 100001 10100 1010100 100100

Color Harmonies of #AB420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB420F

Black with #AB420F

Text Example


Text Example

White with #AB420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB420F; }

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

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

background-color css

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

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

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

border-color css

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

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

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