Html Css Color HEX #AF4128 Medium Carmine

📋 copy color: '#AF4128'

red 175 ◦ green 65 ◦ blue 40

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

Shades of Medium Carmine #AF4128

Tints of Medium Carmine #AF4128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 62.5%
G = 23.21%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF4128 (or 0xAF4128) is known color: Medium Carmine. HEX triplet: AF, 41 and 28. RGB value is (175,65,40). Sum of RGB (Red+Green+Blue) = 175+65+40=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4128 is #50BED7. Grayscale: #5F5F5F. Windows color (decimal): -5291736 or 2638255. OLE color: 2638255.

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

Color convert

RGB 175 65 40 -
CMYK 0 0.63 0.77 0.31
HSL 11.11º 0.63% 0.42% -
HSV(B) 11.11º 0.77% 0.69% -
XYZ 19.95 13.05 3.47 -
YUV 95.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 175 65 40 0 0.63 0.77 0.31 11.11 0.63 0.42
Hex AF 41 28 0 3F 4D 1F B 3F 2A
Octal 257 101 50 0 77 115 37 13 77 52
Binary 10101111 1000001 101000 0 111111 1001101 11111 1011 111111 101010

Color Harmonies of #AF4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4128

Black with #AF4128

Text Example


Text Example

White with #AF4128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4128; }

 p { color: rgb(175,65,40); }

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

background-color css

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

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

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

border-color css

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

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

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