Html Css Color HEX #AF3727 Medium Carmine

📋 copy color: '#AF3727'

red 175 ◦ green 55 ◦ blue 39

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

Shades of Medium Carmine #AF3727

Tints of Medium Carmine #AF3727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

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

R = 65.06%
G = 20.45%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF3727 (or 0xAF3727) is known color: Medium Carmine. HEX triplet: AF, 37 and 27. RGB value is (175,55,39). Sum of RGB (Red+Green+Blue) = 175+55+39=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3727 is #50C8D8. Grayscale: #595959. Windows color (decimal): -5294297 or 2570159. OLE color: 2570159.

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

Color convert

RGB 175 55 39 -
CMYK 0 0.69 0.78 0.31
HSL 7.06º 0.64% 0.42% -
HSV(B) 7.06º 0.78% 0.69% -
XYZ 19.41 11.99 3.21 -
YUV 89.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 175 55 39 0 0.69 0.78 0.31 7.06 0.64 0.42
Hex AF 37 27 0 45 4E 1F 7 40 2A
Octal 257 67 47 0 105 116 37 7 100 52
Binary 10101111 110111 100111 0 1000101 1001110 11111 111 1000000 101010

Color Harmonies of #AF3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3727

Black with #AF3727

Text Example


Text Example

White with #AF3727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3727; }

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

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

background-color css

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

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

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

border-color css

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

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

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