Html Css Color HEX #AF5031 Red Stage

📋 copy color: '#AF5031'

red 175 ◦ green 80 ◦ blue 49

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

Shades of Red Stage #AF5031

Tints of Red Stage #AF5031

RGB

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

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

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

R = 57.57%
G = 26.32%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF5031 (or 0xAF5031) is known color: Red Stage. HEX triplet: AF, 50 and 31. RGB value is (175,80,49). Sum of RGB (Red+Green+Blue) = 175+80+49=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5031 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5031 is #50AFCE. Grayscale: #696969. Windows color (decimal): -5287887 or 3231919. OLE color: 3231919.

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

Color convert

RGB 175 80 49 -
CMYK 0 0.54 0.72 0.31
HSL 14.76º 0.56% 0.44% -
HSV(B) 14.76º 0.72% 0.69% -
XYZ 21.1 15.07 4.7 -
YUV 104.87 96.47 178.02 -
System Red Green Blue C M Y K H S L
Decimal 175 80 49 0 0.54 0.72 0.31 14.76 0.56 0.44
Hex AF 50 31 0 36 48 1F F 38 2C
Octal 257 120 61 0 66 110 37 17 70 54
Binary 10101111 1010000 110001 0 110110 1001000 11111 1111 111000 101100

Color Harmonies of #AF5031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5031

Black with #AF5031

Text Example


Text Example

White with #AF5031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5031; }

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

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

background-color css

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

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

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

border-color css

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

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

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