Html Css Color HEX #AF4737 Medium Carmine

📋 copy color: '#AF4737'

red 175 ◦ green 71 ◦ blue 55

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

Shades of Medium Carmine #AF4737

Tints of Medium Carmine #AF4737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 58.14%
G = 23.59%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF4737 (or 0xAF4737) is known color: Medium Carmine. HEX triplet: AF, 47 and 37. RGB value is (175,71,55). Sum of RGB (Red+Green+Blue) = 175+71+55=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4737 is #50B8C8. Grayscale: #646464. Windows color (decimal): -5290185 or 3622831. OLE color: 3622831.

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

Color convert

RGB 175 71 55 -
CMYK 0 0.59 0.69 0.31
HSL 0.52% 0.45% -
HSV(B) 0.69% 0.69% -
XYZ 20.62 13.9 5.21 -
YUV 100.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 175 71 55 0 0.59 0.69 0.31 8 0.52 0.45
Hex AF 47 37 0 3B 45 1F 8 34 2D
Octal 257 107 67 0 73 105 37 10 64 55
Binary 10101111 1000111 110111 0 111011 1000101 11111 1000 110100 101101

Color Harmonies of #AF4737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4737

Black with #AF4737

Text Example


Text Example

White with #AF4737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4737; }

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

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

background-color css

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

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

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

border-color css

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

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

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