Html Css Color HEX #AB2400 Rust

📋 copy color: '#AB2400'

red 171 ◦ green 36 ◦ blue 0

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

Shades of Rust #AB2400

Tints of Rust #AB2400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.61%
G = 17.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB2400 (or 0xAB2400) is known color: Rust. HEX triplet: AB, 24 and 00. RGB value is (171,36,0). Sum of RGB (Red+Green+Blue) = 171+36+0=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2400 is #54DBFF. Grayscale: #484848. Windows color (decimal): -5561344 or 9387. OLE color: 9387.

HSL color Cylindrical-coordinate representation of color #AB2400: hue angle of 12.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB2400 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 36 0 -
CMYK 0 0.79 1 0.33
HSL 12.63º 1% 0.34% -
HSV(B) 12.63º 1% 0.67% -
XYZ 17.43 9.92 1 -
YUV 72.26 87.23 198.43 -
System Red Green Blue C M Y K H S L
Decimal 171 36 0 0 0.79 1 0.33 12.63 1 0.34
Hex AB 24 0 0 4F 64 21 D 64 22
Octal 253 44 0 0 117 144 41 15 144 42
Binary 10101011 100100 0 0 1001111 1100100 100001 1101 1100100 100010

Color Harmonies of #AB2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2400

Black with #AB2400

Text Example


Text Example

White with #AB2400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2400; }

 p { color: rgb(171,36,0); }

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

background-color css

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

 a { background-color: rgb(171,36,0); }

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

border-color css

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

 span { border-color: rgb(171,36,0); }

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