Html Css Color HEX #AF3E36 Medium Carmine

📋 copy color: '#AF3E36'

red 175 ◦ green 62 ◦ blue 54

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

Shades of Medium Carmine #AF3E36

Tints of Medium Carmine #AF3E36

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.31%

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 60.14%
G = 21.31%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF3E36 (or 0xAF3E36) is known color: Medium Carmine. HEX triplet: AF, 3E and 36. RGB value is (175,62,54). Sum of RGB (Red+Green+Blue) = 175+62+54=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E36 is #50C1C9. Grayscale: #5F5F5F. Windows color (decimal): -5292490 or 3554991. OLE color: 3554991.

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

Color convert

RGB 175 62 54 -
CMYK 0 0.65 0.69 0.31
HSL 3.97º 0.53% 0.45% -
HSV(B) 3.97º 0.69% 0.69% -
XYZ 20.07 12.83 4.91 -
YUV 94.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 175 62 54 0 0.65 0.69 0.31 3.97 0.53 0.45
Hex AF 3E 36 0 41 45 1F 4 35 2D
Octal 257 76 66 0 101 105 37 4 65 55
Binary 10101111 111110 110110 0 1000001 1000101 11111 100 110101 101101

Color Harmonies of #AF3E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E36

Black with #AF3E36

Text Example


Text Example

White with #AF3E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E36; }

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

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

background-color css

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

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

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

border-color css

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

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

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