Html Css Color HEX #AF443E Medium Carmine

📋 copy color: '#AF443E'

red 175 ◦ green 68 ◦ blue 62

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

Shades of Medium Carmine #AF443E

Tints of Medium Carmine #AF443E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.3%

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 57.38%
G = 22.3%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF443E (or 0xAF443E) is known color: Medium Carmine. HEX triplet: AF, 44 and 3E. RGB value is (175,68,62). Sum of RGB (Red+Green+Blue) = 175+68+62=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF443E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF443E is #50BBC1. Grayscale: #636363. Windows color (decimal): -5290946 or 4080815. OLE color: 4080815.

HSL color Cylindrical-coordinate representation of color #AF443E: hue angle of 3.19º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF443E is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 68 62 -
CMYK 0 0.61 0.65 0.31
HSL 3.19º 0.48% 0.46% -
HSV(B) 3.19º 0.65% 0.69% -
XYZ 20.62 13.6 6.1 -
YUV 99.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 175 68 62 0 0.61 0.65 0.31 3.19 0.48 0.46
Hex AF 44 3E 0 3D 41 1F 3 30 2E
Octal 257 104 76 0 75 101 37 3 60 56
Binary 10101111 1000100 111110 0 111101 1000001 11111 11 110000 101110

Color Harmonies of #AF443E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF443E

Black with #AF443E

Text Example


Text Example

White with #AF443E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF443E; }

 p { color: rgb(175,68,62); }

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

background-color css

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

 a { background-color: rgb(175,68,62); }

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

border-color css

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

 span { border-color: rgb(175,68,62); }

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