Html Css Color HEX #AF423F Medium Carmine

📋 copy color: '#AF423F'

red 175 ◦ green 66 ◦ blue 63

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

Shades of Medium Carmine #AF423F

Tints of Medium Carmine #AF423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.72%

R = 57.57%
G = 21.71%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF423F (or 0xAF423F) is known color: Medium Carmine. HEX triplet: AF, 42 and 3F. RGB value is (175,66,63). Sum of RGB (Red+Green+Blue) = 175+66+63=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF423F is #50BDC0. Grayscale: #626262. Windows color (decimal): -5291457 or 4145839. OLE color: 4145839.

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

Color convert

RGB 175 66 63 -
CMYK 0 0.62 0.64 0.31
HSL 1.61º 0.47% 0.47% -
HSV(B) 1.61º 0.64% 0.69% -
XYZ 20.52 13.37 6.2 -
YUV 98.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 175 66 63 0 0.62 0.64 0.31 1.61 0.47 0.47
Hex AF 42 3F 0 3E 40 1F 2 2F 2F
Octal 257 102 77 0 76 100 37 2 57 57
Binary 10101111 1000010 111111 0 111110 1000000 11111 10 101111 101111

Color Harmonies of #AF423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF423F

Black with #AF423F

Text Example


Text Example

White with #AF423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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