Html Css Color HEX #AF4E30 Red Stage

📋 copy color: '#AF4E30'

red 175 ◦ green 78 ◦ blue 48

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

Shades of Red Stage #AF4E30

Tints of Red Stage #AF4E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 58.14%
G = 25.91%
B = 15.95%

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

#AF4E30 (or 0xAF4E30) is known color: Red Stage. HEX triplet: AF, 4E and 30. RGB value is (175,78,48). Sum of RGB (Red+Green+Blue) = 175+78+48=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4E30 is #50B1CF. Grayscale: #676767. Windows color (decimal): -5288400 or 3165871. OLE color: 3165871.

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

Color convert

RGB 175 78 48 -
CMYK 0 0.55 0.73 0.31
HSL 14.17º 0.57% 0.44% -
HSV(B) 14.17º 0.73% 0.69% -
XYZ 20.94 14.78 4.54 -
YUV 103.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 175 78 48 0 0.55 0.73 0.31 14.17 0.57 0.44
Hex AF 4E 30 0 37 49 1F E 39 2C
Octal 257 116 60 0 67 111 37 16 71 54
Binary 10101111 1001110 110000 0 110111 1001001 11111 1110 111001 101100

Color Harmonies of #AF4E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E30

Black with #AF4E30

Text Example


Text Example

White with #AF4E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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