Html Css Color HEX #AF483D Medium Carmine

📋 copy color: '#AF483D'

red 175 ◦ green 72 ◦ blue 61

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

Shades of Medium Carmine #AF483D

Tints of Medium Carmine #AF483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 56.82%
G = 23.38%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF483D (or 0xAF483D) is known color: Medium Carmine. HEX triplet: AF, 48 and 3D. RGB value is (175,72,61). Sum of RGB (Red+Green+Blue) = 175+72+61=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF483D is #50B7C2. Grayscale: #656565. Windows color (decimal): -5289923 or 4016303. OLE color: 4016303.

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

Color convert

RGB 175 72 61 -
CMYK 0 0.59 0.65 0.31
HSL 5.79º 0.48% 0.46% -
HSV(B) 5.79º 0.65% 0.69% -
XYZ 20.84 14.09 6.04 -
YUV 101.54 105.12 180.39 -
System Red Green Blue C M Y K H S L
Decimal 175 72 61 0 0.59 0.65 0.31 5.79 0.48 0.46
Hex AF 48 3D 0 3B 41 1F 6 30 2E
Octal 257 110 75 0 73 101 37 6 60 56
Binary 10101111 1001000 111101 0 111011 1000001 11111 110 110000 101110

Color Harmonies of #AF483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF483D

Black with #AF483D

Text Example


Text Example

White with #AF483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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