Html Css Color HEX #AF3E38 Medium Carmine

📋 copy color: '#AF3E38'

red 175 ◦ green 62 ◦ blue 56

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

Shades of Medium Carmine #AF3E38

Tints of Medium Carmine #AF3E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 59.73%
G = 21.16%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF3E38 (or 0xAF3E38) is known color: Medium Carmine. HEX triplet: AF, 3E and 38. RGB value is (175,62,56). Sum of RGB (Red+Green+Blue) = 175+62+56=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E38 is #50C1C7. Grayscale: #5F5F5F. Windows color (decimal): -5292488 or 3686063. OLE color: 3686063.

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

Color convert

RGB 175 62 56 -
CMYK 0 0.65 0.68 0.31
HSL 3.03º 0.52% 0.45% -
HSV(B) 3.03º 0.68% 0.69% -
XYZ 20.12 12.84 5.16 -
YUV 95.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 175 62 56 0 0.65 0.68 0.31 3.03 0.52 0.45
Hex AF 3E 38 0 41 44 1F 3 34 2D
Octal 257 76 70 0 101 104 37 3 64 55
Binary 10101111 111110 111000 0 1000001 1000100 11111 11 110100 101101

Color Harmonies of #AF3E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E38

Black with #AF3E38

Text Example


Text Example

White with #AF3E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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