Html Css Color HEX #AF5032 Red Stage

📋 copy color: '#AF5032'

red 175 ◦ green 80 ◦ blue 50

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

Shades of Red Stage #AF5032

Tints of Red Stage #AF5032

RGB

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

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

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

R = 57.38%
G = 26.23%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF5032 (or 0xAF5032) is known color: Red Stage. HEX triplet: AF, 50 and 32. RGB value is (175,80,50). Sum of RGB (Red+Green+Blue) = 175+80+50=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5032 is #50AFCD. Grayscale: #696969. Windows color (decimal): -5287886 or 3297455. OLE color: 3297455.

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

Color convert

RGB 175 80 50 -
CMYK 0 0.54 0.71 0.31
HSL 14.4º 0.56% 0.44% -
HSV(B) 14.4º 0.71% 0.69% -
XYZ 21.12 15.08 4.82 -
YUV 104.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 175 80 50 0 0.54 0.71 0.31 14.4 0.56 0.44
Hex AF 50 32 0 36 47 1F E 38 2C
Octal 257 120 62 0 66 107 37 16 70 54
Binary 10101111 1010000 110010 0 110110 1000111 11111 1110 111000 101100

Color Harmonies of #AF5032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5032

Black with #AF5032

Text Example


Text Example

White with #AF5032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5032; }

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

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

background-color css

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

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

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

border-color css

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

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

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