Html Css Color HEX #AF3F2F Medium Carmine

📋 copy color: '#AF3F2F'

red 175 ◦ green 63 ◦ blue 47

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

Shades of Medium Carmine #AF3F2F

Tints of Medium Carmine #AF3F2F

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 61.4%
G = 22.11%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF3F2F (or 0xAF3F2F) is known color: Medium Carmine. HEX triplet: AF, 3F and 2F. RGB value is (175,63,47). Sum of RGB (Red+Green+Blue) = 175+63+47=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F2F is #50C0D0. Grayscale: #5E5E5E. Windows color (decimal): -5292241 or 3096495. OLE color: 3096495.

HSL color Cylindrical-coordinate representation of color #AF3F2F: hue angle of 7.5º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3F2F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 47 -
CMYK 0 0.64 0.73 0.31
HSL 7.5º 0.58% 0.44% -
HSV(B) 7.5º 0.73% 0.69% -
XYZ 19.97 12.87 4.12 -
YUV 94.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 175 63 47 0 0.64 0.73 0.31 7.5 0.58 0.44
Hex AF 3F 2F 0 40 49 1F 8 3A 2C
Octal 257 77 57 0 100 111 37 10 72 54
Binary 10101111 111111 101111 0 1000000 1001001 11111 1000 111010 101100

Color Harmonies of #AF3F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F2F

Black with #AF3F2F

Text Example


Text Example

White with #AF3F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F2F; }

 p { color: rgb(175,63,47); }

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

background-color css

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

 a { background-color: rgb(175,63,47); }

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

border-color css

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

 span { border-color: rgb(175,63,47); }

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