Html Css Color HEX #AF4E31 Red Stage

📋 copy color: '#AF4E31'

red 175 ◦ green 78 ◦ blue 49

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

Shades of Red Stage #AF4E31

Tints of Red Stage #AF4E31

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.83%

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

R = 57.95%
G = 25.83%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF4E31 (or 0xAF4E31) is known color: Red Stage. HEX triplet: AF, 4E and 31. RGB value is (175,78,49). Sum of RGB (Red+Green+Blue) = 175+78+49=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E31 is #50B1CE. Grayscale: #676767. Windows color (decimal): -5288399 or 3231407. OLE color: 3231407.

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

Color convert

RGB 175 78 49 -
CMYK 0 0.55 0.72 0.31
HSL 13.81º 0.56% 0.44% -
HSV(B) 13.81º 0.72% 0.69% -
XYZ 20.96 14.78 4.65 -
YUV 103.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 175 78 49 0 0.55 0.72 0.31 13.81 0.56 0.44
Hex AF 4E 31 0 37 48 1F E 38 2C
Octal 257 116 61 0 67 110 37 16 70 54
Binary 10101111 1001110 110001 0 110111 1001000 11111 1110 111000 101100

Color Harmonies of #AF4E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E31

Black with #AF4E31

Text Example


Text Example

White with #AF4E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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