Html Css Color HEX #AF3C31 Medium Carmine

📋 copy color: '#AF3C31'

red 175 ◦ green 60 ◦ blue 49

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

Shades of Medium Carmine #AF3C31

Tints of Medium Carmine #AF3C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

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

R = 61.62%
G = 21.13%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF3C31 (or 0xAF3C31) is known color: Medium Carmine. HEX triplet: AF, 3C and 31. RGB value is (175,60,49). Sum of RGB (Red+Green+Blue) = 175+60+49=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C31 is #50C3CE. Grayscale: #5D5D5D. Windows color (decimal): -5293007 or 3226799. OLE color: 3226799.

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

Color convert

RGB 175 60 49 -
CMYK 0 0.66 0.72 0.31
HSL 5.24º 0.56% 0.44% -
HSV(B) 5.24º 0.72% 0.69% -
XYZ 19.85 12.57 4.29 -
YUV 93.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 175 60 49 0 0.66 0.72 0.31 5.24 0.56 0.44
Hex AF 3C 31 0 42 48 1F 5 38 2C
Octal 257 74 61 0 102 110 37 5 70 54
Binary 10101111 111100 110001 0 1000010 1001000 11111 101 111000 101100

Color Harmonies of #AF3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C31

Black with #AF3C31

Text Example


Text Example

White with #AF3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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