Html Css Color HEX #AB450C Rust

📋 copy color: '#AB450C'

red 171 ◦ green 69 ◦ blue 12

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

Shades of Rust #AB450C

Tints of Rust #AB450C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 67.86%
G = 27.38%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB450C (or 0xAB450C) is known color: Rust. HEX triplet: AB, 45 and 0C. RGB value is (171,69,12). Sum of RGB (Red+Green+Blue) = 171+69+12=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB450C is #54BAF3. Grayscale: #5D5D5D. Windows color (decimal): -5552884 or 804267. OLE color: 804267.

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

Color convert

RGB 171 69 12 -
CMYK 0 0.60 0.93 0.33
HSL 21.51º 0.87% 0.36% -
HSV(B) 21.51º 0.93% 0.67% -
XYZ 18.99 12.94 1.84 -
YUV 93 82.29 183.63 -
System Red Green Blue C M Y K H S L
Decimal 171 69 12 0 0.60 0.93 0.33 21.51 0.87 0.36
Hex AB 45 C 0 3C 5D 21 16 57 24
Octal 253 105 14 0 74 135 41 26 127 44
Binary 10101011 1000101 1100 0 111100 1011101 100001 10110 1010111 100100

Color Harmonies of #AB450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB450C

Black with #AB450C

Text Example


Text Example

White with #AB450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB450C; }

 p { color: rgb(171,69,12); }

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

background-color css

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

 a { background-color: rgb(171,69,12); }

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

border-color css

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

 span { border-color: rgb(171,69,12); }

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