Html Css Color HEX #AB2D0F Rust

📋 copy color: '#AB2D0F'

red 171 ◦ green 45 ◦ blue 15

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

Shades of Rust #AB2D0F

Tints of Rust #AB2D0F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

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

R = 74.03%
G = 19.48%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB2D0F (or 0xAB2D0F) is known color: Rust. HEX triplet: AB, 2D and 0F. RGB value is (171,45,15). Sum of RGB (Red+Green+Blue) = 171+45+15=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D0F is #54D2F0. Grayscale: #4F4F4F. Windows color (decimal): -5559025 or 994731. OLE color: 994731.

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

Color convert

RGB 171 45 15 -
CMYK 0 0.74 0.91 0.33
HSL 11.54º 0.84% 0.36% -
HSV(B) 11.54º 0.91% 0.67% -
XYZ 17.82 10.57 1.55 -
YUV 79.25 91.74 193.44 -
System Red Green Blue C M Y K H S L
Decimal 171 45 15 0 0.74 0.91 0.33 11.54 0.84 0.36
Hex AB 2D F 0 4A 5B 21 C 54 24
Octal 253 55 17 0 112 133 41 14 124 44
Binary 10101011 101101 1111 0 1001010 1011011 100001 1100 1010100 100100

Color Harmonies of #AB2D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D0F

Black with #AB2D0F

Text Example


Text Example

White with #AB2D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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