Html Css Color HEX #AF412F Medium Carmine

📋 copy color: '#AF412F'

red 175 ◦ green 65 ◦ blue 47

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

Shades of Medium Carmine #AF412F

Tints of Medium Carmine #AF412F

RGB

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

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

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

R = 60.98%
G = 22.65%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF412F (or 0xAF412F) is known color: Medium Carmine. HEX triplet: AF, 41 and 2F. RGB value is (175,65,47). Sum of RGB (Red+Green+Blue) = 175+65+47=287 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.98% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 175 - color contains mainly: red. Hex color #AF412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF412F is #50BED0. Grayscale: #606060. Windows color (decimal): -5291729 or 3097007. OLE color: 3097007.

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

Color convert

RGB 175 65 47 -
CMYK 0 0.63 0.73 0.31
HSL 8.44º 0.58% 0.44% -
HSV(B) 8.44º 0.73% 0.69% -
XYZ 20.08 13.1 4.16 -
YUV 95.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 175 65 47 0 0.63 0.73 0.31 8.44 0.58 0.44
Hex AF 41 2F 0 3F 49 1F 8 3A 2C
Octal 257 101 57 0 77 111 37 10 72 54
Binary 10101111 1000001 101111 0 111111 1001001 11111 1000 111010 101100

Color Harmonies of #AF412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF412F

Black with #AF412F

Text Example


Text Example

White with #AF412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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