Html Css Color HEX #AF4242 Medium Carmine

📋 copy color: '#AF4242'

red 175 ◦ green 66 ◦ blue 66

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

Shades of Medium Carmine #AF4242

Tints of Medium Carmine #AF4242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

 BLUE value IS 66 (26.17% from 255) = 21.5%

R = 57%
G = 21.5%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF4242 (or 0xAF4242) is known color: Medium Carmine. HEX triplet: AF, 42 and 42. RGB value is (175,66,66). Sum of RGB (Red+Green+Blue) = 175+66+66=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4242 is #50BDBD. Grayscale: #626262. Windows color (decimal): -5291454 or 4342447. OLE color: 4342447.

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

Color convert

RGB 175 66 66 -
CMYK 0 0.62 0.62 0.31
HSL 0.45% 0.47% -
HSV(B) 0.62% 0.69% -
XYZ 20.61 13.4 6.66 -
YUV 98.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 175 66 66 0 0.62 0.62 0.31 0 0.45 0.47
Hex AF 42 42 0 3E 3E 1F 0 2D 2F
Octal 257 102 102 0 76 76 37 0 55 57
Binary 10101111 1000010 1000010 0 111110 111110 11111 0 101101 101111

Color Harmonies of #AF4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4242

Black with #AF4242

Text Example


Text Example

White with #AF4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4242; }

 p { color: rgb(175,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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