Html Css Color HEX #AF4838 Medium Carmine

📋 copy color: '#AF4838'

red 175 ◦ green 72 ◦ blue 56

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

Shades of Medium Carmine #AF4838

Tints of Medium Carmine #AF4838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.76%

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

R = 57.76%
G = 23.76%
B = 18.48%

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

#AF4838 (or 0xAF4838) is known color: Medium Carmine. HEX triplet: AF, 48 and 38. RGB value is (175,72,56). Sum of RGB (Red+Green+Blue) = 175+72+56=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4838 is #50B7C7. Grayscale: #656565. Windows color (decimal): -5289928 or 3688623. OLE color: 3688623.

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

Color convert

RGB 175 72 56 -
CMYK 0 0.59 0.68 0.31
HSL 8.07º 0.52% 0.45% -
HSV(B) 8.07º 0.68% 0.69% -
XYZ 20.71 14.03 5.36 -
YUV 100.97 102.62 180.8 -
System Red Green Blue C M Y K H S L
Decimal 175 72 56 0 0.59 0.68 0.31 8.07 0.52 0.45
Hex AF 48 38 0 3B 44 1F 8 34 2D
Octal 257 110 70 0 73 104 37 10 64 55
Binary 10101111 1001000 111000 0 111011 1000100 11111 1000 110100 101101

Color Harmonies of #AF4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4838

Black with #AF4838

Text Example


Text Example

White with #AF4838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4838; }

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

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

background-color css

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

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

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

border-color css

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

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

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