Html Css Color HEX #AF2B0E Rust

📋 copy color: '#AF2B0E'

red 175 ◦ green 43 ◦ blue 14

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

Shades of Rust #AF2B0E

Tints of Rust #AF2B0E

RGB

 RED value IS 175 (68.75% from 255) = 75.43%

 GREEN value IS 43 (17.19% from 255) = 18.53%

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 75.43%
G = 18.53%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF2B0E (or 0xAF2B0E) is known color: Rust. HEX triplet: AF, 2B and 0E. RGB value is (175,43,14). Sum of RGB (Red+Green+Blue) = 175+43+14=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2B0E is #50D4F1. Grayscale: #4F4F4F. Windows color (decimal): -5297394 or 928687. OLE color: 928687.

HSL color Cylindrical-coordinate representation of color #AF2B0E: hue angle of 10.81º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF2B0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 43 14 -
CMYK 0 0.75 0.92 0.31
HSL 10.81º 0.85% 0.37% -
HSV(B) 10.81º 0.92% 0.69% -
XYZ 18.62 10.87 1.53 -
YUV 79.16 91.23 196.36 -
System Red Green Blue C M Y K H S L
Decimal 175 43 14 0 0.75 0.92 0.31 10.81 0.85 0.37
Hex AF 2B E 0 4B 5C 1F B 55 25
Octal 257 53 16 0 113 134 37 13 125 45
Binary 10101111 101011 1110 0 1001011 1011100 11111 1011 1010101 100101

Color Harmonies of #AF2B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2B0E

Black with #AF2B0E

Text Example


Text Example

White with #AF2B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2B0E; }

 p { color: rgb(175,43,14); }

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

background-color css

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

 a { background-color: rgb(175,43,14); }

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

border-color css

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

 span { border-color: rgb(175,43,14); }

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