Html Css Color HEX #AF372E Medium Carmine

📋 copy color: '#AF372E'

red 175 ◦ green 55 ◦ blue 46

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

Shades of Medium Carmine #AF372E

Tints of Medium Carmine #AF372E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 63.41%
G = 19.93%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF372E (or 0xAF372E) is known color: Medium Carmine. HEX triplet: AF, 37 and 2E. RGB value is (175,55,46). Sum of RGB (Red+Green+Blue) = 175+55+46=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF372E is #50C8D1. Grayscale: #5A5A5A. Windows color (decimal): -5294290 or 3028911. OLE color: 3028911.

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

Color convert

RGB 175 55 46 -
CMYK 0 0.69 0.74 0.31
HSL 4.19º 0.58% 0.43% -
HSV(B) 4.19º 0.74% 0.69% -
XYZ 19.54 12.04 3.88 -
YUV 89.85 103.26 188.73 -
System Red Green Blue C M Y K H S L
Decimal 175 55 46 0 0.69 0.74 0.31 4.19 0.58 0.43
Hex AF 37 2E 0 45 4A 1F 4 3A 2B
Octal 257 67 56 0 105 112 37 4 72 53
Binary 10101111 110111 101110 0 1000101 1001010 11111 100 111010 101011

Color Harmonies of #AF372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF372E

Black with #AF372E

Text Example


Text Example

White with #AF372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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