Html Css Color HEX #AF4638 Medium Carmine

📋 copy color: '#AF4638'

red 175 ◦ green 70 ◦ blue 56

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

Shades of Medium Carmine #AF4638

Tints of Medium Carmine #AF4638

RGB

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

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

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

R = 58.14%
G = 23.26%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF4638 (or 0xAF4638) is known color: Medium Carmine. HEX triplet: AF, 46 and 38. RGB value is (175,70,56). Sum of RGB (Red+Green+Blue) = 175+70+56=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4638 is #50B9C7. Grayscale: #636363. Windows color (decimal): -5290440 or 3688111. OLE color: 3688111.

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

Color convert

RGB 175 70 56 -
CMYK 0 0.60 0.68 0.31
HSL 7.06º 0.52% 0.45% -
HSV(B) 7.06º 0.68% 0.69% -
XYZ 20.58 13.78 5.32 -
YUV 99.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 175 70 56 0 0.60 0.68 0.31 7.06 0.52 0.45
Hex AF 46 38 0 3C 44 1F 7 34 2D
Octal 257 106 70 0 74 104 37 7 64 55
Binary 10101111 1000110 111000 0 111100 1000100 11111 111 110100 101101

Color Harmonies of #AF4638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4638

Black with #AF4638

Text Example


Text Example

White with #AF4638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4638; }

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

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

background-color css

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

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

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

border-color css

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

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

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