Html Css Color HEX #AF4031 Medium Carmine

📋 copy color: '#AF4031'

red 175 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #AF4031

Tints of Medium Carmine #AF4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 49 (19.53% from 255) = 17.01%

R = 60.76%
G = 22.22%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF4031 (or 0xAF4031) is known color: Medium Carmine. HEX triplet: AF, 40 and 31. RGB value is (175,64,49). Sum of RGB (Red+Green+Blue) = 175+64+49=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4031 is #50BFCE. Grayscale: #5F5F5F. Windows color (decimal): -5291983 or 3227823. OLE color: 3227823.

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

Color convert

RGB 175 64 49 -
CMYK 0 0.63 0.72 0.31
HSL 7.14º 0.56% 0.44% -
HSV(B) 7.14º 0.72% 0.69% -
XYZ 20.07 13 4.36 -
YUV 95.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 175 64 49 0 0.63 0.72 0.31 7.14 0.56 0.44
Hex AF 40 31 0 3F 48 1F 7 38 2C
Octal 257 100 61 0 77 110 37 7 70 54
Binary 10101111 1000000 110001 0 111111 1001000 11111 111 111000 101100

Color Harmonies of #AF4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4031

Black with #AF4031

Text Example


Text Example

White with #AF4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4031; }

 p { color: rgb(175,64,49); }

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

background-color css

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

 a { background-color: rgb(175,64,49); }

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

border-color css

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

 span { border-color: rgb(175,64,49); }

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