Html Css Color HEX #AF483F Medium Carmine

📋 copy color: '#AF483F'

red 175 ◦ green 72 ◦ blue 63

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

Shades of Medium Carmine #AF483F

Tints of Medium Carmine #AF483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 56.45%
G = 23.23%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF483F (or 0xAF483F) is known color: Medium Carmine. HEX triplet: AF, 48 and 3F. RGB value is (175,72,63). Sum of RGB (Red+Green+Blue) = 175+72+63=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF483F is #50B7C0. Grayscale: #656565. Windows color (decimal): -5289921 or 4147375. OLE color: 4147375.

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

Color convert

RGB 175 72 63 -
CMYK 0 0.59 0.64 0.31
HSL 4.82º 0.47% 0.47% -
HSV(B) 4.82º 0.64% 0.69% -
XYZ 20.89 14.11 6.32 -
YUV 101.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 175 72 63 0 0.59 0.64 0.31 4.82 0.47 0.47
Hex AF 48 3F 0 3B 40 1F 5 2F 2F
Octal 257 110 77 0 73 100 37 5 57 57
Binary 10101111 1001000 111111 0 111011 1000000 11111 101 101111 101111

Color Harmonies of #AF483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF483F

Black with #AF483F

Text Example


Text Example

White with #AF483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF483F; }

 p { color: rgb(175,72,63); }

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

background-color css

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

 a { background-color: rgb(175,72,63); }

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

border-color css

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

 span { border-color: rgb(175,72,63); }

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