Html Css Color HEX #AF4127 Medium Carmine

📋 copy color: '#AF4127'

red 175 ◦ green 65 ◦ blue 39

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

Shades of Medium Carmine #AF4127

Tints of Medium Carmine #AF4127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.98%

R = 62.72%
G = 23.3%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF4127 (or 0xAF4127) is known color: Medium Carmine. HEX triplet: AF, 41 and 27. RGB value is (175,65,39). Sum of RGB (Red+Green+Blue) = 175+65+39=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4127 is #50BED8. Grayscale: #5F5F5F. Windows color (decimal): -5291737 or 2572719. OLE color: 2572719.

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

Color convert

RGB 175 65 39 -
CMYK 0 0.63 0.78 0.31
HSL 11.47º 0.64% 0.42% -
HSV(B) 11.47º 0.78% 0.69% -
XYZ 19.94 13.04 3.39 -
YUV 94.93 96.44 185.11 -
System Red Green Blue C M Y K H S L
Decimal 175 65 39 0 0.63 0.78 0.31 11.47 0.64 0.42
Hex AF 41 27 0 3F 4E 1F B 40 2A
Octal 257 101 47 0 77 116 37 13 100 52
Binary 10101111 1000001 100111 0 111111 1001110 11111 1011 1000000 101010

Color Harmonies of #AF4127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4127

Black with #AF4127

Text Example


Text Example

White with #AF4127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4127; }

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

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

background-color css

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

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

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

border-color css

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

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

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