Html Css Color HEX #AF4D32 Red Stage

📋 copy color: '#AF4D32'

red 175 ◦ green 77 ◦ blue 50

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

Shades of Red Stage #AF4D32

Tints of Red Stage #AF4D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 57.95%
G = 25.5%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF4D32 (or 0xAF4D32) is known color: Red Stage. HEX triplet: AF, 4D and 32. RGB value is (175,77,50). Sum of RGB (Red+Green+Blue) = 175+77+50=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D32 is #50B2CD. Grayscale: #676767. Windows color (decimal): -5288654 or 3296687. OLE color: 3296687.

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

Color convert

RGB 175 77 50 -
CMYK 0 0.56 0.71 0.31
HSL 12.96º 0.56% 0.44% -
HSV(B) 12.96º 0.71% 0.69% -
XYZ 20.91 14.65 4.74 -
YUV 103.22 97.97 179.2 -
System Red Green Blue C M Y K H S L
Decimal 175 77 50 0 0.56 0.71 0.31 12.96 0.56 0.44
Hex AF 4D 32 0 38 47 1F D 38 2C
Octal 257 115 62 0 70 107 37 15 70 54
Binary 10101111 1001101 110010 0 111000 1000111 11111 1101 111000 101100

Color Harmonies of #AF4D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D32

Black with #AF4D32

Text Example


Text Example

White with #AF4D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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