Html Css Color HEX #AB340F Rust

📋 copy color: '#AB340F'

red 171 ◦ green 52 ◦ blue 15

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

Shades of Rust #AB340F

Tints of Rust #AB340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 71.85%
G = 21.85%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB340F (or 0xAB340F) is known color: Rust. HEX triplet: AB, 34 and 0F. RGB value is (171,52,15). Sum of RGB (Red+Green+Blue) = 171+52+15=238 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.85% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 171 - color contains mainly: red. Hex color #AB340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB340F is #54CBF0. Grayscale: #535353. Windows color (decimal): -5557233 or 996523. OLE color: 996523.

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

Color convert

RGB 171 52 15 -
CMYK 0 0.70 0.91 0.33
HSL 14.23º 0.84% 0.36% -
HSV(B) 14.23º 0.91% 0.67% -
XYZ 18.11 11.15 1.65 -
YUV 83.36 89.42 190.51 -
System Red Green Blue C M Y K H S L
Decimal 171 52 15 0 0.70 0.91 0.33 14.23 0.84 0.36
Hex AB 34 F 0 46 5B 21 E 54 24
Octal 253 64 17 0 106 133 41 16 124 44
Binary 10101011 110100 1111 0 1000110 1011011 100001 1110 1010100 100100

Color Harmonies of #AB340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB340F

Black with #AB340F

Text Example


Text Example

White with #AB340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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