Html Css Color HEX #AF3A31 Medium Carmine

📋 copy color: '#AF3A31'

red 175 ◦ green 58 ◦ blue 49

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

Shades of Medium Carmine #AF3A31

Tints of Medium Carmine #AF3A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.57%

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

R = 62.06%
G = 20.57%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF3A31 (or 0xAF3A31) is known color: Medium Carmine. HEX triplet: AF, 3A and 31. RGB value is (175,58,49). Sum of RGB (Red+Green+Blue) = 175+58+49=282 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.06% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3A31 is #50C5CE. Grayscale: #5C5C5C. Windows color (decimal): -5293519 or 3226287. OLE color: 3226287.

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

Color convert

RGB 175 58 49 -
CMYK 0 0.67 0.72 0.31
HSL 4.29º 0.56% 0.44% -
HSV(B) 4.29º 0.72% 0.69% -
XYZ 19.75 12.36 4.25 -
YUV 91.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 175 58 49 0 0.67 0.72 0.31 4.29 0.56 0.44
Hex AF 3A 31 0 43 48 1F 4 38 2C
Octal 257 72 61 0 103 110 37 4 70 54
Binary 10101111 111010 110001 0 1000011 1001000 11111 100 111000 101100

Color Harmonies of #AF3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3A31

Black with #AF3A31

Text Example


Text Example

White with #AF3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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