Html Css Color HEX #AF4D33 Red Stage

📋 copy color: '#AF4D33'

red 175 ◦ green 77 ◦ blue 51

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

Shades of Red Stage #AF4D33

Tints of Red Stage #AF4D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 57.76%
G = 25.41%
B = 16.83%

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

#AF4D33 (or 0xAF4D33) is known color: Red Stage. HEX triplet: AF, 4D and 33. RGB value is (175,77,51). Sum of RGB (Red+Green+Blue) = 175+77+51=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D33 is #50B2CC. Grayscale: #676767. Windows color (decimal): -5288653 or 3362223. OLE color: 3362223.

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

Color convert

RGB 175 77 51 -
CMYK 0 0.56 0.71 0.31
HSL 12.58º 0.55% 0.44% -
HSV(B) 12.58º 0.71% 0.69% -
XYZ 20.93 14.66 4.86 -
YUV 103.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 175 77 51 0 0.56 0.71 0.31 12.58 0.55 0.44
Hex AF 4D 33 0 38 47 1F D 37 2C
Octal 257 115 63 0 70 107 37 15 67 54
Binary 10101111 1001101 110011 0 111000 1000111 11111 1101 110111 101100

Color Harmonies of #AF4D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D33

Black with #AF4D33

Text Example


Text Example

White with #AF4D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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