Html Css Color HEX #AF4938 Medium Carmine

📋 copy color: '#AF4938'

red 175 ◦ green 73 ◦ blue 56

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

Shades of Medium Carmine #AF4938

Tints of Medium Carmine #AF4938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

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

R = 57.57%
G = 24.01%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF4938 (or 0xAF4938) is known color: Medium Carmine. HEX triplet: AF, 49 and 38. RGB value is (175,73,56). Sum of RGB (Red+Green+Blue) = 175+73+56=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4938 is #50B6C7. Grayscale: #656565. Windows color (decimal): -5289672 or 3688879. OLE color: 3688879.

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

Color convert

RGB 175 73 56 -
CMYK 0 0.58 0.68 0.31
HSL 8.57º 0.52% 0.45% -
HSV(B) 8.57º 0.68% 0.69% -
XYZ 20.78 14.16 5.38 -
YUV 101.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 175 73 56 0 0.58 0.68 0.31 8.57 0.52 0.45
Hex AF 49 38 0 3A 44 1F 9 34 2D
Octal 257 111 70 0 72 104 37 11 64 55
Binary 10101111 1001001 111000 0 111010 1000100 11111 1001 110100 101101

Color Harmonies of #AF4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4938

Black with #AF4938

Text Example


Text Example

White with #AF4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4938; }

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

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

background-color css

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

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

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

border-color css

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

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

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