Html Css Color HEX #AB310F Rust

📋 copy color: '#AB310F'

red 171 ◦ green 49 ◦ blue 15

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

Shades of Rust #AB310F

Tints of Rust #AB310F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

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

R = 72.77%
G = 20.85%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB310F (or 0xAB310F) is known color: Rust. HEX triplet: AB, 31 and 0F. RGB value is (171,49,15). Sum of RGB (Red+Green+Blue) = 171+49+15=235 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.77% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 171 - color contains mainly: red. Hex color #AB310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB310F is #54CEF0. Grayscale: #515151. Windows color (decimal): -5558001 or 995755. OLE color: 995755.

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

Color convert

RGB 171 49 15 -
CMYK 0 0.71 0.91 0.33
HSL 13.08º 0.84% 0.36% -
HSV(B) 13.08º 0.91% 0.67% -
XYZ 17.98 10.89 1.61 -
YUV 81.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 171 49 15 0 0.71 0.91 0.33 13.08 0.84 0.36
Hex AB 31 F 0 47 5B 21 D 54 24
Octal 253 61 17 0 107 133 41 15 124 44
Binary 10101011 110001 1111 0 1000111 1011011 100001 1101 1010100 100100

Color Harmonies of #AB310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB310F

Black with #AB310F

Text Example


Text Example

White with #AB310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB310F; }

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

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

background-color css

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

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

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

border-color css

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

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

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