Html Css Color HEX #AF4E2F Red Stage

📋 copy color: '#AF4E2F'

red 175 ◦ green 78 ◦ blue 47

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

Shades of Red Stage #AF4E2F

Tints of Red Stage #AF4E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 58.33%
G = 26%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF4E2F (or 0xAF4E2F) is known color: Red Stage. HEX triplet: AF, 4E and 2F. RGB value is (175,78,47). Sum of RGB (Red+Green+Blue) = 175+78+47=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E2F is #50B1D0. Grayscale: #676767. Windows color (decimal): -5288401 or 3100335. OLE color: 3100335.

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

Color convert

RGB 175 78 47 -
CMYK 0 0.55 0.73 0.31
HSL 14.53º 0.58% 0.44% -
HSV(B) 14.53º 0.73% 0.69% -
XYZ 20.92 14.77 4.44 -
YUV 103.47 96.14 179.02 -
System Red Green Blue C M Y K H S L
Decimal 175 78 47 0 0.55 0.73 0.31 14.53 0.58 0.44
Hex AF 4E 2F 0 37 49 1F F 3A 2C
Octal 257 116 57 0 67 111 37 17 72 54
Binary 10101111 1001110 101111 0 110111 1001001 11111 1111 111010 101100

Color Harmonies of #AF4E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E2F

Black with #AF4E2F

Text Example


Text Example

White with #AF4E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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