Html Css Color HEX #AF3C32 Medium Carmine

📋 copy color: '#AF3C32'

red 175 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #AF3C32

Tints of Medium Carmine #AF3C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 61.4%
G = 21.05%
B = 17.54%

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

#AF3C32 (or 0xAF3C32) is known color: Medium Carmine. HEX triplet: AF, 3C and 32. RGB value is (175,60,50). Sum of RGB (Red+Green+Blue) = 175+60+50=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3C32 is #50C3CD. Grayscale: #5D5D5D. Windows color (decimal): -5293006 or 3292335. OLE color: 3292335.

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

Color convert

RGB 175 60 50 -
CMYK 0 0.66 0.71 0.31
HSL 4.8º 0.56% 0.44% -
HSV(B) 4.8º 0.71% 0.69% -
XYZ 19.87 12.58 4.4 -
YUV 93.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 175 60 50 0 0.66 0.71 0.31 4.8 0.56 0.44
Hex AF 3C 32 0 42 47 1F 5 38 2C
Octal 257 74 62 0 102 107 37 5 70 54
Binary 10101111 111100 110010 0 1000010 1000111 11111 101 111000 101100

Color Harmonies of #AF3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C32

Black with #AF3C32

Text Example


Text Example

White with #AF3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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