Html Css Color HEX #AB360B Rust

📋 copy color: '#AB360B'

red 171 ◦ green 54 ◦ blue 11

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

Shades of Rust #AB360B

Tints of Rust #AB360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 72.46%
G = 22.88%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB360B (or 0xAB360B) is known color: Rust. HEX triplet: AB, 36 and 0B. RGB value is (171,54,11). Sum of RGB (Red+Green+Blue) = 171+54+11=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB360B is #54C9F4. Grayscale: #545454. Windows color (decimal): -5556725 or 734891. OLE color: 734891.

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

Color convert

RGB 171 54 11 -
CMYK 0 0.68 0.94 0.33
HSL 16.13º 0.88% 0.36% -
HSV(B) 16.13º 0.94% 0.67% -
XYZ 18.17 11.32 1.54 -
YUV 84.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 171 54 11 0 0.68 0.94 0.33 16.13 0.88 0.36
Hex AB 36 B 0 44 5E 21 10 58 24
Octal 253 66 13 0 104 136 41 20 130 44
Binary 10101011 110110 1011 0 1000100 1011110 100001 10000 1011000 100100

Color Harmonies of #AB360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB360B

Black with #AB360B

Text Example


Text Example

White with #AB360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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