Html Css Color HEX #AF3725 Medium Carmine

📋 copy color: '#AF3725'

red 175 ◦ green 55 ◦ blue 37

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

Shades of Medium Carmine #AF3725

Tints of Medium Carmine #AF3725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.86%

R = 65.54%
G = 20.6%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF3725 (or 0xAF3725) is known color: Medium Carmine. HEX triplet: AF, 37 and 25. RGB value is (175,55,37). Sum of RGB (Red+Green+Blue) = 175+55+37=267 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.54% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3725 is #50C8DA. Grayscale: #595959. Windows color (decimal): -5294299 or 2439087. OLE color: 2439087.

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

Color convert

RGB 175 55 37 -
CMYK 0 0.69 0.79 0.31
HSL 7.83º 0.65% 0.42% -
HSV(B) 7.83º 0.79% 0.69% -
XYZ 19.38 11.98 3.04 -
YUV 88.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 175 55 37 0 0.69 0.79 0.31 7.83 0.65 0.42
Hex AF 37 25 0 45 4F 1F 8 41 2A
Octal 257 67 45 0 105 117 37 10 101 52
Binary 10101111 110111 100101 0 1000101 1001111 11111 1000 1000001 101010

Color Harmonies of #AF3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3725

Black with #AF3725

Text Example


Text Example

White with #AF3725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3725; }

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

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

background-color css

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

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

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

border-color css

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

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

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