Html Css Color HEX #AF443A Medium Carmine

📋 copy color: '#AF443A'

red 175 ◦ green 68 ◦ blue 58

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

Shades of Medium Carmine #AF443A

Tints of Medium Carmine #AF443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 58.14%
G = 22.59%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF443A (or 0xAF443A) is known color: Medium Carmine. HEX triplet: AF, 44 and 3A. RGB value is (175,68,58). Sum of RGB (Red+Green+Blue) = 175+68+58=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF443A is #50BBC5. Grayscale: #636363. Windows color (decimal): -5290950 or 3818671. OLE color: 3818671.

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

Color convert

RGB 175 68 58 -
CMYK 0 0.61 0.67 0.31
HSL 5.13º 0.5% 0.46% -
HSV(B) 5.13º 0.67% 0.69% -
XYZ 20.51 13.55 5.54 -
YUV 98.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 175 68 58 0 0.61 0.67 0.31 5.13 0.5 0.46
Hex AF 44 3A 0 3D 43 1F 5 32 2E
Octal 257 104 72 0 75 103 37 5 62 56
Binary 10101111 1000100 111010 0 111101 1000011 11111 101 110010 101110

Color Harmonies of #AF443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF443A

Black with #AF443A

Text Example


Text Example

White with #AF443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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