Html Css Color HEX #AF3831 Medium Carmine

📋 copy color: '#AF3831'

red 175 ◦ green 56 ◦ blue 49

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

Shades of Medium Carmine #AF3831

Tints of Medium Carmine #AF3831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20%

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

R = 62.5%
G = 20%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF3831 (or 0xAF3831) is known color: Medium Carmine. HEX triplet: AF, 38 and 31. RGB value is (175,56,49). Sum of RGB (Red+Green+Blue) = 175+56+49=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3831 is #50C7CE. Grayscale: #5A5A5A. Windows color (decimal): -5294031 or 3225775. OLE color: 3225775.

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

Color convert

RGB 175 56 49 -
CMYK 0 0.68 0.72 0.31
HSL 3.33º 0.56% 0.44% -
HSV(B) 3.33º 0.72% 0.69% -
XYZ 19.65 12.16 4.22 -
YUV 90.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 175 56 49 0 0.68 0.72 0.31 3.33 0.56 0.44
Hex AF 38 31 0 44 48 1F 3 38 2C
Octal 257 70 61 0 104 110 37 3 70 54
Binary 10101111 111000 110001 0 1000100 1001000 11111 11 111000 101100

Color Harmonies of #AF3831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3831

Black with #AF3831

Text Example


Text Example

White with #AF3831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3831; }

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

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

background-color css

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

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

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

border-color css

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

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

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