Html Css Color HEX #AF4636 Medium Carmine

📋 copy color: '#AF4636'

red 175 ◦ green 70 ◦ blue 54

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

Shades of Medium Carmine #AF4636

Tints of Medium Carmine #AF4636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.41%

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 58.53%
G = 23.41%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF4636 (or 0xAF4636) is known color: Medium Carmine. HEX triplet: AF, 46 and 36. RGB value is (175,70,54). Sum of RGB (Red+Green+Blue) = 175+70+54=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4636 is #50B9C9. Grayscale: #636363. Windows color (decimal): -5290442 or 3557039. OLE color: 3557039.

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

Color convert

RGB 175 70 54 -
CMYK 0 0.60 0.69 0.31
HSL 7.93º 0.53% 0.45% -
HSV(B) 7.93º 0.69% 0.69% -
XYZ 20.54 13.76 5.06 -
YUV 99.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 175 70 54 0 0.60 0.69 0.31 7.93 0.53 0.45
Hex AF 46 36 0 3C 45 1F 8 35 2D
Octal 257 106 66 0 74 105 37 10 65 55
Binary 10101111 1000110 110110 0 111100 1000101 11111 1000 110101 101101

Color Harmonies of #AF4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4636

Black with #AF4636

Text Example


Text Example

White with #AF4636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4636; }

 p { color: rgb(175,70,54); }

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

background-color css

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

 a { background-color: rgb(175,70,54); }

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

border-color css

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

 span { border-color: rgb(175,70,54); }

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