Html Css Color HEX #AF403A Medium Carmine

📋 copy color: '#AF403A'

red 175 ◦ green 64 ◦ blue 58

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

Shades of Medium Carmine #AF403A

Tints of Medium Carmine #AF403A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.55%

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

R = 58.92%
G = 21.55%
B = 19.53%

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

#AF403A (or 0xAF403A) is known color: Medium Carmine. HEX triplet: AF, 40 and 3A. RGB value is (175,64,58). Sum of RGB (Red+Green+Blue) = 175+64+58=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF403A is #50BFC5. Grayscale: #606060. Windows color (decimal): -5291974 or 3817647. OLE color: 3817647.

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

Color convert

RGB 175 64 58 -
CMYK 0 0.63 0.67 0.31
HSL 3.08º 0.5% 0.46% -
HSV(B) 3.08º 0.67% 0.69% -
XYZ 20.28 13.09 5.46 -
YUV 96.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 175 64 58 0 0.63 0.67 0.31 3.08 0.5 0.46
Hex AF 40 3A 0 3F 43 1F 3 32 2E
Octal 257 100 72 0 77 103 37 3 62 56
Binary 10101111 1000000 111010 0 111111 1000011 11111 11 110010 101110

Color Harmonies of #AF403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF403A

Black with #AF403A

Text Example


Text Example

White with #AF403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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