Html Css Color HEX #AF502E Red Stage

📋 copy color: '#AF502E'

red 175 ◦ green 80 ◦ blue 46

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

Shades of Red Stage #AF502E

Tints of Red Stage #AF502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 58.14%
G = 26.58%
B = 15.28%

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

#AF502E (or 0xAF502E) is known color: Red Stage. HEX triplet: AF, 50 and 2E. RGB value is (175,80,46). Sum of RGB (Red+Green+Blue) = 175+80+46=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF502E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF502E is #50AFD1. Grayscale: #686868. Windows color (decimal): -5287890 or 3035311. OLE color: 3035311.

HSL color Cylindrical-coordinate representation of color #AF502E: hue angle of 15.81º 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 #AF502E is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 46 -
CMYK 0 0.54 0.74 0.31
HSL 15.81º 0.58% 0.43% -
HSV(B) 15.81º 0.74% 0.69% -
XYZ 21.04 15.05 4.38 -
YUV 104.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 175 80 46 0 0.54 0.74 0.31 15.81 0.58 0.43
Hex AF 50 2E 0 36 4A 1F 10 3A 2B
Octal 257 120 56 0 66 112 37 20 72 53
Binary 10101111 1010000 101110 0 110110 1001010 11111 10000 111010 101011

Color Harmonies of #AF502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF502E

Black with #AF502E

Text Example


Text Example

White with #AF502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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