Html Css Color HEX #AF4738 Medium Carmine

📋 copy color: '#AF4738'

red 175 ◦ green 71 ◦ blue 56

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

Shades of Medium Carmine #AF4738

Tints of Medium Carmine #AF4738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 57.95%
G = 23.51%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF4738 (or 0xAF4738) is known color: Medium Carmine. HEX triplet: AF, 47 and 38. RGB value is (175,71,56). Sum of RGB (Red+Green+Blue) = 175+71+56=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4738 is #50B8C7. Grayscale: #646464. Windows color (decimal): -5290184 or 3688367. OLE color: 3688367.

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

Color convert

RGB 175 71 56 -
CMYK 0 0.59 0.68 0.31
HSL 7.56º 0.52% 0.45% -
HSV(B) 7.56º 0.68% 0.69% -
XYZ 20.65 13.91 5.34 -
YUV 100.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 175 71 56 0 0.59 0.68 0.31 7.56 0.52 0.45
Hex AF 47 38 0 3B 44 1F 8 34 2D
Octal 257 107 70 0 73 104 37 10 64 55
Binary 10101111 1000111 111000 0 111011 1000100 11111 1000 110100 101101

Color Harmonies of #AF4738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4738

Black with #AF4738

Text Example


Text Example

White with #AF4738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4738; }

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

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

background-color css

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

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

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

border-color css

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

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

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