Html Css Color HEX #AF4C33 Red Stage

📋 copy color: '#AF4C33'

red 175 ◦ green 76 ◦ blue 51

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

Shades of Red Stage #AF4C33

Tints of Red Stage #AF4C33

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.17%

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

R = 57.95%
G = 25.17%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF4C33 (or 0xAF4C33) is known color: Red Stage. HEX triplet: AF, 4C and 33. RGB value is (175,76,51). Sum of RGB (Red+Green+Blue) = 175+76+51=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C33 is #50B3CC. Grayscale: #666666. Windows color (decimal): -5288909 or 3361967. OLE color: 3361967.

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

Color convert

RGB 175 76 51 -
CMYK 0 0.57 0.71 0.31
HSL 12.1º 0.55% 0.44% -
HSV(B) 12.1º 0.71% 0.69% -
XYZ 20.86 14.52 4.84 -
YUV 102.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 175 76 51 0 0.57 0.71 0.31 12.1 0.55 0.44
Hex AF 4C 33 0 39 47 1F C 37 2C
Octal 257 114 63 0 71 107 37 14 67 54
Binary 10101111 1001100 110011 0 111001 1000111 11111 1100 110111 101100

Color Harmonies of #AF4C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C33

Black with #AF4C33

Text Example


Text Example

White with #AF4C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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