Html Css Color HEX #AF413A Medium Carmine

📋 copy color: '#AF413A'

red 175 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #AF413A

Tints of Medium Carmine #AF413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 58.72%
G = 21.81%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF413A (or 0xAF413A) is known color: Medium Carmine. HEX triplet: AF, 41 and 3A. RGB value is (175,65,58). Sum of RGB (Red+Green+Blue) = 175+65+58=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF413A is #50BEC5. Grayscale: #616161. Windows color (decimal): -5291718 or 3817903. OLE color: 3817903.

HSL color Cylindrical-coordinate representation of color #AF413A: hue angle of 3.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF413A is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 65 58 -
CMYK 0 0.63 0.67 0.31
HSL 3.59º 0.5% 0.46% -
HSV(B) 3.59º 0.67% 0.69% -
XYZ 20.33 13.2 5.48 -
YUV 97.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 175 65 58 0 0.63 0.67 0.31 3.59 0.5 0.46
Hex AF 41 3A 0 3F 43 1F 4 32 2E
Octal 257 101 72 0 77 103 37 4 62 56
Binary 10101111 1000001 111010 0 111111 1000011 11111 100 110010 101110

Color Harmonies of #AF413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF413A

Black with #AF413A

Text Example


Text Example

White with #AF413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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