Html Css Color HEX #AF3631 Medium Carmine

📋 copy color: '#AF3631'

red 175 ◦ green 54 ◦ blue 49

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

Shades of Medium Carmine #AF3631

Tints of Medium Carmine #AF3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.42%

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

R = 62.95%
G = 19.42%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF3631 (or 0xAF3631) is known color: Medium Carmine. HEX triplet: AF, 36 and 31. RGB value is (175,54,49). Sum of RGB (Red+Green+Blue) = 175+54+49=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3631 is #50C9CE. Grayscale: #595959. Windows color (decimal): -5294543 or 3225263. OLE color: 3225263.

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

Color convert

RGB 175 54 49 -
CMYK 0 0.69 0.72 0.31
HSL 2.38º 0.56% 0.44% -
HSV(B) 2.38º 0.72% 0.69% -
XYZ 19.55 11.97 4.19 -
YUV 89.61 105.09 188.91 -
System Red Green Blue C M Y K H S L
Decimal 175 54 49 0 0.69 0.72 0.31 2.38 0.56 0.44
Hex AF 36 31 0 45 48 1F 2 38 2C
Octal 257 66 61 0 105 110 37 2 70 54
Binary 10101111 110110 110001 0 1000101 1001000 11111 10 111000 101100

Color Harmonies of #AF3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3631

Black with #AF3631

Text Example


Text Example

White with #AF3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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