Html Css Color HEX #AF3C33 Medium Carmine

📋 copy color: '#AF3C33'

red 175 ◦ green 60 ◦ blue 51

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

Shades of Medium Carmine #AF3C33

Tints of Medium Carmine #AF3C33

RGB

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

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

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

R = 61.19%
G = 20.98%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF3C33 (or 0xAF3C33) is known color: Medium Carmine. HEX triplet: AF, 3C and 33. RGB value is (175,60,51). Sum of RGB (Red+Green+Blue) = 175+60+51=286 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.19% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C33 is #50C3CC. Grayscale: #5D5D5D. Windows color (decimal): -5293005 or 3357871. OLE color: 3357871.

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

Color convert

RGB 175 60 51 -
CMYK 0 0.66 0.71 0.31
HSL 4.35º 0.55% 0.44% -
HSV(B) 4.35º 0.71% 0.69% -
XYZ 19.89 12.58 4.51 -
YUV 93.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 175 60 51 0 0.66 0.71 0.31 4.35 0.55 0.44
Hex AF 3C 33 0 42 47 1F 4 37 2C
Octal 257 74 63 0 102 107 37 4 67 54
Binary 10101111 111100 110011 0 1000010 1000111 11111 100 110111 101100

Color Harmonies of #AF3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C33

Black with #AF3C33

Text Example


Text Example

White with #AF3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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