Html Css Color HEX #AF442F Medium Carmine

📋 copy color: '#AF442F'

red 175 ◦ green 68 ◦ blue 47

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

Shades of Medium Carmine #AF442F

Tints of Medium Carmine #AF442F

RGB

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

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

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

R = 60.34%
G = 23.45%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF442F (or 0xAF442F) is known color: Medium Carmine. HEX triplet: AF, 44 and 2F. RGB value is (175,68,47). Sum of RGB (Red+Green+Blue) = 175+68+47=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF442F is #50BBD0. Grayscale: #616161. Windows color (decimal): -5290961 or 3097775. OLE color: 3097775.

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

Color convert

RGB 175 68 47 -
CMYK 0 0.61 0.73 0.31
HSL 9.84º 0.58% 0.44% -
HSV(B) 9.84º 0.73% 0.69% -
XYZ 20.26 13.45 4.22 -
YUV 97.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 175 68 47 0 0.61 0.73 0.31 9.84 0.58 0.44
Hex AF 44 2F 0 3D 49 1F A 3A 2C
Octal 257 104 57 0 75 111 37 12 72 54
Binary 10101111 1000100 101111 0 111101 1001001 11111 1010 111010 101100

Color Harmonies of #AF442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF442F

Black with #AF442F

Text Example


Text Example

White with #AF442F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF442F; }

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

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

background-color css

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

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

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

border-color css

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

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

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