Html Css Color HEX #AF4A39 Medium Carmine

📋 copy color: '#AF4A39'

red 175 ◦ green 74 ◦ blue 57

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

Shades of Medium Carmine #AF4A39

Tints of Medium Carmine #AF4A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

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

R = 57.19%
G = 24.18%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF4A39 (or 0xAF4A39) is known color: Medium Carmine. HEX triplet: AF, 4A and 39. RGB value is (175,74,57). Sum of RGB (Red+Green+Blue) = 175+74+57=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A39 is #50B5C6. Grayscale: #666666. Windows color (decimal): -5289415 or 3754671. OLE color: 3754671.

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

Color convert

RGB 175 74 57 -
CMYK 0 0.58 0.67 0.31
HSL 8.64º 0.51% 0.45% -
HSV(B) 8.64º 0.67% 0.69% -
XYZ 20.87 14.31 5.53 -
YUV 102.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 175 74 57 0 0.58 0.67 0.31 8.64 0.51 0.45
Hex AF 4A 39 0 3A 43 1F 9 33 2D
Octal 257 112 71 0 72 103 37 11 63 55
Binary 10101111 1001010 111001 0 111010 1000011 11111 1001 110011 101101

Color Harmonies of #AF4A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A39

Black with #AF4A39

Text Example


Text Example

White with #AF4A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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