Html Css Color HEX #AB360C Rust

📋 copy color: '#AB360C'

red 171 ◦ green 54 ◦ blue 12

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

Shades of Rust #AB360C

Tints of Rust #AB360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.78%

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

R = 72.15%
G = 22.78%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB360C (or 0xAB360C) is known color: Rust. HEX triplet: AB, 36 and 0C. RGB value is (171,54,12). Sum of RGB (Red+Green+Blue) = 171+54+12=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB360C is #54C9F3. Grayscale: #545454. Windows color (decimal): -5556724 or 800427. OLE color: 800427.

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

Color convert

RGB 171 54 12 -
CMYK 0 0.68 0.93 0.33
HSL 15.85º 0.87% 0.36% -
HSV(B) 15.85º 0.93% 0.67% -
XYZ 18.18 11.32 1.58 -
YUV 84.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 171 54 12 0 0.68 0.93 0.33 15.85 0.87 0.36
Hex AB 36 C 0 44 5D 21 10 57 24
Octal 253 66 14 0 104 135 41 20 127 44
Binary 10101011 110110 1100 0 1000100 1011101 100001 10000 1010111 100100

Color Harmonies of #AB360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB360C

Black with #AB360C

Text Example


Text Example

White with #AB360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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