Html Css Color HEX #AF512E Red Stage

📋 copy color: '#AF512E'

red 175 ◦ green 81 ◦ blue 46

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

Shades of Red Stage #AF512E

Tints of Red Stage #AF512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.82%

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 57.95%
G = 26.82%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF512E (or 0xAF512E) is known color: Red Stage. HEX triplet: AF, 51 and 2E. RGB value is (175,81,46). Sum of RGB (Red+Green+Blue) = 175+81+46=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF512E is #50AED1. Grayscale: #696969. Windows color (decimal): -5287634 or 3035567. OLE color: 3035567.

HSL color Cylindrical-coordinate representation of color #AF512E: hue angle of 16.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF512E is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 81 46 -
CMYK 0 0.54 0.74 0.31
HSL 16.28º 0.58% 0.43% -
HSV(B) 16.28º 0.74% 0.69% -
XYZ 21.11 15.2 4.41 -
YUV 105.12 94.64 177.85 -
System Red Green Blue C M Y K H S L
Decimal 175 81 46 0 0.54 0.74 0.31 16.28 0.58 0.43
Hex AF 51 2E 0 36 4A 1F 10 3A 2B
Octal 257 121 56 0 66 112 37 20 72 53
Binary 10101111 1010001 101110 0 110110 1001010 11111 10000 111010 101011

Color Harmonies of #AF512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF512E

Black with #AF512E

Text Example


Text Example

White with #AF512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF512E; }

 p { color: rgb(175,81,46); }

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

background-color css

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

 a { background-color: rgb(175,81,46); }

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

border-color css

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

 span { border-color: rgb(175,81,46); }

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