Html Css Color HEX #AF4A37 Medium Carmine

📋 copy color: '#AF4A37'

red 175 ◦ green 74 ◦ blue 55

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

Shades of Medium Carmine #AF4A37

Tints of Medium Carmine #AF4A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.09%

R = 57.57%
G = 24.34%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF4A37 (or 0xAF4A37) is known color: Medium Carmine. HEX triplet: AF, 4A and 37. RGB value is (175,74,55). Sum of RGB (Red+Green+Blue) = 175+74+55=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A37 is #50B5C8. Grayscale: #666666. Windows color (decimal): -5289417 or 3623599. OLE color: 3623599.

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

Color convert

RGB 175 74 55 -
CMYK 0 0.58 0.69 0.31
HSL 9.5º 0.52% 0.45% -
HSV(B) 9.5º 0.69% 0.69% -
XYZ 20.82 14.29 5.27 -
YUV 102.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 175 74 55 0 0.58 0.69 0.31 9.5 0.52 0.45
Hex AF 4A 37 0 3A 45 1F A 34 2D
Octal 257 112 67 0 72 105 37 12 64 55
Binary 10101111 1001010 110111 0 111010 1000101 11111 1010 110100 101101

Color Harmonies of #AF4A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A37

Black with #AF4A37

Text Example


Text Example

White with #AF4A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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