Html Css Color HEX #AF423E Medium Carmine

📋 copy color: '#AF423E'

red 175 ◦ green 66 ◦ blue 62

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

Shades of Medium Carmine #AF423E

Tints of Medium Carmine #AF423E

RGB

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

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

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

R = 57.76%
G = 21.78%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF423E (or 0xAF423E) is known color: Medium Carmine. HEX triplet: AF, 42 and 3E. RGB value is (175,66,62). Sum of RGB (Red+Green+Blue) = 175+66+62=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF423E is #50BDC1. Grayscale: #626262. Windows color (decimal): -5291458 or 4080303. OLE color: 4080303.

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

Color convert

RGB 175 66 62 -
CMYK 0 0.62 0.65 0.31
HSL 2.12º 0.48% 0.46% -
HSV(B) 2.12º 0.65% 0.69% -
XYZ 20.5 13.36 6.06 -
YUV 98.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 175 66 62 0 0.62 0.65 0.31 2.12 0.48 0.46
Hex AF 42 3E 0 3E 41 1F 2 30 2E
Octal 257 102 76 0 76 101 37 2 60 56
Binary 10101111 1000010 111110 0 111110 1000001 11111 10 110000 101110

Color Harmonies of #AF423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF423E

Black with #AF423E

Text Example


Text Example

White with #AF423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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