Html Css Color HEX #AF4439 Medium Carmine

📋 copy color: '#AF4439'

red 175 ◦ green 68 ◦ blue 57

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

Shades of Medium Carmine #AF4439

Tints of Medium Carmine #AF4439

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

 BLUE value IS 57 (22.66% from 255) = 19%

R = 58.33%
G = 22.67%
B = 19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF4439 (or 0xAF4439) is known color: Medium Carmine. HEX triplet: AF, 44 and 39. RGB value is (175,68,57). Sum of RGB (Red+Green+Blue) = 175+68+57=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4439 is #50BBC6. Grayscale: #626262. Windows color (decimal): -5290951 or 3753135. OLE color: 3753135.

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

Color convert

RGB 175 68 57 -
CMYK 0 0.61 0.67 0.31
HSL 5.59º 0.51% 0.45% -
HSV(B) 5.59º 0.67% 0.69% -
XYZ 20.48 13.54 5.41 -
YUV 98.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 175 68 57 0 0.61 0.67 0.31 5.59 0.51 0.45
Hex AF 44 39 0 3D 43 1F 6 33 2D
Octal 257 104 71 0 75 103 37 6 63 55
Binary 10101111 1000100 111001 0 111101 1000011 11111 110 110011 101101

Color Harmonies of #AF4439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4439

Black with #AF4439

Text Example


Text Example

White with #AF4439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4439; }

 p { color: rgb(175,68,57); }

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

background-color css

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

 a { background-color: rgb(175,68,57); }

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

border-color css

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

 span { border-color: rgb(175,68,57); }

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