Html Css Color HEX #AF4D31 Red Stage

📋 copy color: '#AF4D31'

red 175 ◦ green 77 ◦ blue 49

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

Shades of Red Stage #AF4D31

Tints of Red Stage #AF4D31

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 58.14%
G = 25.58%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF4D31 (or 0xAF4D31) is known color: Red Stage. HEX triplet: AF, 4D and 31. RGB value is (175,77,49). Sum of RGB (Red+Green+Blue) = 175+77+49=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D31 is #50B2CE. Grayscale: #676767. Windows color (decimal): -5288655 or 3231151. OLE color: 3231151.

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

Color convert

RGB 175 77 49 -
CMYK 0 0.56 0.72 0.31
HSL 13.33º 0.56% 0.44% -
HSV(B) 13.33º 0.72% 0.69% -
XYZ 20.89 14.64 4.63 -
YUV 103.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 175 77 49 0 0.56 0.72 0.31 13.33 0.56 0.44
Hex AF 4D 31 0 38 48 1F D 38 2C
Octal 257 115 61 0 70 110 37 15 70 54
Binary 10101111 1001101 110001 0 111000 1001000 11111 1101 111000 101100

Color Harmonies of #AF4D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D31

Black with #AF4D31

Text Example


Text Example

White with #AF4D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D31; }

 p { color: rgb(175,77,49); }

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

background-color css

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

 a { background-color: rgb(175,77,49); }

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

border-color css

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

 span { border-color: rgb(175,77,49); }

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