Html Css Color HEX #AF3C37 Medium Carmine

📋 copy color: '#AF3C37'

red 175 ◦ green 60 ◦ blue 55

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

Shades of Medium Carmine #AF3C37

Tints of Medium Carmine #AF3C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.97%

R = 60.34%
G = 20.69%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF3C37 (or 0xAF3C37) is known color: Medium Carmine. HEX triplet: AF, 3C and 37. RGB value is (175,60,55). Sum of RGB (Red+Green+Blue) = 175+60+55=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C37 is #50C3C8. Grayscale: #5D5D5D. Windows color (decimal): -5293001 or 3620015. OLE color: 3620015.

HSL color Cylindrical-coordinate representation of color #AF3C37: hue angle of 2.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3C37 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 60 55 -
CMYK 0 0.66 0.69 0.31
HSL 2.5º 0.52% 0.45% -
HSV(B) 2.5º 0.69% 0.69% -
XYZ 19.98 12.62 5 -
YUV 93.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 175 60 55 0 0.66 0.69 0.31 2.5 0.52 0.45
Hex AF 3C 37 0 42 45 1F 2 34 2D
Octal 257 74 67 0 102 105 37 2 64 55
Binary 10101111 111100 110111 0 1000010 1000101 11111 10 110100 101101

Color Harmonies of #AF3C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C37

Black with #AF3C37

Text Example


Text Example

White with #AF3C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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