Html Css Color HEX #AF3531 Medium Carmine

📋 copy color: '#AF3531'

red 175 ◦ green 53 ◦ blue 49

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

Shades of Medium Carmine #AF3531

Tints of Medium Carmine #AF3531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 49 (19.53% from 255) = 17.69%

R = 63.18%
G = 19.13%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF3531 (or 0xAF3531) is known color: Medium Carmine. HEX triplet: AF, 35 and 31. RGB value is (175,53,49). Sum of RGB (Red+Green+Blue) = 175+53+49=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3531 is #50CACE. Grayscale: #595959. Windows color (decimal): -5294799 or 3225007. OLE color: 3225007.

HSL color Cylindrical-coordinate representation of color #AF3531: hue angle of 1.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3531 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 49 -
CMYK 0 0.70 0.72 0.31
HSL 1.9º 0.56% 0.44% -
HSV(B) 1.9º 0.72% 0.69% -
XYZ 19.51 11.88 4.17 -
YUV 89.02 105.42 189.33 -
System Red Green Blue C M Y K H S L
Decimal 175 53 49 0 0.70 0.72 0.31 1.9 0.56 0.44
Hex AF 35 31 0 46 48 1F 2 38 2C
Octal 257 65 61 0 106 110 37 2 70 54
Binary 10101111 110101 110001 0 1000110 1001000 11111 10 111000 101100

Color Harmonies of #AF3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3531

Black with #AF3531

Text Example


Text Example

White with #AF3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3531; }

 p { color: rgb(175,53,49); }

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

background-color css

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

 a { background-color: rgb(175,53,49); }

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

border-color css

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

 span { border-color: rgb(175,53,49); }

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