Html Css Color HEX #AF412C Medium Carmine

📋 copy color: '#AF412C'

red 175 ◦ green 65 ◦ blue 44

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

Shades of Medium Carmine #AF412C

Tints of Medium Carmine #AF412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 61.62%
G = 22.89%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF412C (or 0xAF412C) is known color: Medium Carmine. HEX triplet: AF, 41 and 2C. RGB value is (175,65,44). Sum of RGB (Red+Green+Blue) = 175+65+44=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF412C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF412C is #50BED3. Grayscale: #5F5F5F. Windows color (decimal): -5291732 or 2900399. OLE color: 2900399.

HSL color Cylindrical-coordinate representation of color #AF412C: hue angle of 9.62º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF412C is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 65 44 -
CMYK 0 0.63 0.75 0.31
HSL 9.62º 0.6% 0.43% -
HSV(B) 9.62º 0.75% 0.69% -
XYZ 20.02 13.08 3.85 -
YUV 95.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 175 65 44 0 0.63 0.75 0.31 9.62 0.6 0.43
Hex AF 41 2C 0 3F 4B 1F A 3C 2B
Octal 257 101 54 0 77 113 37 12 74 53
Binary 10101111 1000001 101100 0 111111 1001011 11111 1010 111100 101011

Color Harmonies of #AF412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF412C

Black with #AF412C

Text Example


Text Example

White with #AF412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF412C; }

 p { color: rgb(175,65,44); }

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

background-color css

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

 a { background-color: rgb(175,65,44); }

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

border-color css

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

 span { border-color: rgb(175,65,44); }

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