Html Css Color HEX #AF532F Red Stage

📋 copy color: '#AF532F'

red 175 ◦ green 83 ◦ blue 47

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

Shades of Red Stage #AF532F

Tints of Red Stage #AF532F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 57.38%
G = 27.21%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF532F (or 0xAF532F) is known color: Red Stage. HEX triplet: AF, 53 and 2F. RGB value is (175,83,47). Sum of RGB (Red+Green+Blue) = 175+83+47=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF532F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF532F is #50ACD0. Grayscale: #6A6A6A. Windows color (decimal): -5287121 or 3101615. OLE color: 3101615.

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

Color convert

RGB 175 83 47 -
CMYK 0 0.53 0.73 0.31
HSL 16.88º 0.58% 0.44% -
HSV(B) 16.88º 0.73% 0.69% -
XYZ 21.29 15.51 4.56 -
YUV 106.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 175 83 47 0 0.53 0.73 0.31 16.88 0.58 0.44
Hex AF 53 2F 0 35 49 1F 11 3A 2C
Octal 257 123 57 0 65 111 37 21 72 54
Binary 10101111 1010011 101111 0 110101 1001001 11111 10001 111010 101100

Color Harmonies of #AF532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF532F

Black with #AF532F

Text Example


Text Example

White with #AF532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF532F; }

 p { color: rgb(175,83,47); }

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

background-color css

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

 a { background-color: rgb(175,83,47); }

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

border-color css

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

 span { border-color: rgb(175,83,47); }

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