Html Css Color HEX #AB350F Rust

📋 copy color: '#AB350F'

red 171 ◦ green 53 ◦ blue 15

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

Shades of Rust #AB350F

Tints of Rust #AB350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 71.55%
G = 22.18%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB350F (or 0xAB350F) is known color: Rust. HEX triplet: AB, 35 and 0F. RGB value is (171,53,15). Sum of RGB (Red+Green+Blue) = 171+53+15=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB350F is #54CAF0. Grayscale: #545454. Windows color (decimal): -5556977 or 996779. OLE color: 996779.

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

Color convert

RGB 171 53 15 -
CMYK 0 0.69 0.91 0.33
HSL 14.62º 0.84% 0.36% -
HSV(B) 14.62º 0.91% 0.67% -
XYZ 18.15 11.24 1.66 -
YUV 83.95 89.09 190.09 -
System Red Green Blue C M Y K H S L
Decimal 171 53 15 0 0.69 0.91 0.33 14.62 0.84 0.36
Hex AB 35 F 0 45 5B 21 F 54 24
Octal 253 65 17 0 105 133 41 17 124 44
Binary 10101011 110101 1111 0 1000101 1011011 100001 1111 1010100 100100

Color Harmonies of #AB350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB350F

Black with #AB350F

Text Example


Text Example

White with #AB350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB350F; }

 p { color: rgb(171,53,15); }

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

background-color css

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

 a { background-color: rgb(171,53,15); }

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

border-color css

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

 span { border-color: rgb(171,53,15); }

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