Html Css Color HEX #AB2D05 Rust

📋 copy color: '#AB2D05'

red 171 ◦ green 45 ◦ blue 5

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

Shades of Rust #AB2D05

Tints of Rust #AB2D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 77.38%
G = 20.36%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB2D05 (or 0xAB2D05) is known color: Rust. HEX triplet: AB, 2D and 05. RGB value is (171,45,5). Sum of RGB (Red+Green+Blue) = 171+45+5=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D05 is #54D2FA. Grayscale: #4E4E4E. Windows color (decimal): -5559035 or 339371. OLE color: 339371.

HSL color Cylindrical-coordinate representation of color #AB2D05: hue angle of 14.46º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB2D05 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 45 5 -
CMYK 0 0.74 0.97 0.33
HSL 14.46º 0.94% 0.35% -
HSV(B) 14.46º 0.97% 0.67% -
XYZ 17.76 10.55 1.24 -
YUV 78.11 86.74 194.25 -
System Red Green Blue C M Y K H S L
Decimal 171 45 5 0 0.74 0.97 0.33 14.46 0.94 0.35
Hex AB 2D 5 0 4A 61 21 E 5E 23
Octal 253 55 5 0 112 141 41 16 136 43
Binary 10101011 101101 101 0 1001010 1100001 100001 1110 1011110 100011

Color Harmonies of #AB2D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2D05

Black with #AB2D05

Text Example


Text Example

White with #AB2D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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